Skip to content

IIOReader.Read Method

Definition

Reads a byte from the specified I/O port.

public abstract Byte Read(ushort port);

Parameters

Name Type Description
port UInt16 The port address to read from.

Returns

Byte

The byte value read from the port.