SysPortOutDΒΆ

This function of type BOOL writes the DWORD 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 DWORD Value to be written to the port address.