typedef struct tagPT_ReadPortWord
{
INT16U port;
INT16U *WordData;
} PT_ReadPortWord, * LPT_ReadPortWord;
PT_ReadPortWord is used in function DRV_ReadPortWord.
| Name | Direction | Description |
| port | input | The I/O port address to read data from. It must be within the address range allocated by the system. |
| WordData | output | The 16-bit input data from specified I/O port. |