xPCI-3009 API
|
Functions | |
_INT_ | i_PCI3009_ReadDigitalIOChlValue (DWORD_ dw_BoardHandle, BYTE_ b_InputChannel, PBYTE_ pb_ChannelStatus) |
_INT_ | i_PCI3009_ReadDigitalIOPortValue (DWORD_ dw_BoardHandle, PBYTE_ pb_PortValue) |
_INT_ i_PCI3009_ReadDigitalIOChlValue | ( | DWORD_ | dw_BoardHandle, |
BYTE_ | b_InputChannel, | ||
PBYTE_ | pb_ChannelStatus | ||
) |
Read the status from selected digital I/O digital input (b_InputChannel)
[in] | dw_BoardHandle | : Handle of board PCI-3009 |
[in] | b_InputChannel | : Selection from digital input (0 to 6) 0 : Channel C 1 : Channel D 2 : Channel E 3 : Channel F 4 : Channel G 5 : Channel A 6 : Channel B |
[out] | pb_ChannelStatus | : Return the current selected channel status |
_INT_ i_PCI3009_ReadDigitalIOPortValue | ( | DWORD_ | dw_BoardHandle, |
PBYTE_ | pb_PortValue | ||
) |
Read the status from digital input port
[in] | dw_BoardHandle | : Handle of board PCI-3009 |
[out] | pb_PortValue | : Digital I/O inputs port status |