SysPortOutWΒΆ
This function of type BOOL writes the WORD value which is passed on by byData to that port address which is passed on by wPort. The function returns TRUE if the operation has been terminated successfully, otherwiese FALSE.
Variable | Data Type | Description |
---|---|---|
wPort | WORD | Port address of the hardware device. |
byData | WORD | Value to be written to the port address. |