Skip to content

IIOWriter.Write Method

Definition

Writes a byte value to the specified I/O port.

public abstract void Write(ushort port, Byte value);

Parameters

Name Type Description
port UInt16 The port address to write to.
value Byte The byte value to write to the port.