typedef struct tagPT_ReadPortDword
{
INT16U port;
INT32U *DWordData;
} PT_ReadPortDword, * LPT_ReadPortDword;
PT_ReadPortDword is used in function DRV_ReadPortDword.
| 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. |
| DWordData | output | The 32-bit input data from specified I/O port. |