ReadIoPortByte

This function reads a BYTE value from the specified I/O port address.

Syntax

BYTE ReadIoPortByte(
    WORD port
);

Parameters

Return Values

Returns the BYTE value read from the specified I/O port address.

Remarks

 

Requirements