Contain the digital I/O read/write functions.
Functions
- int MSXExxxx__DigitalIOReadChannel (xsd__unsignedLong ulChannel, xsd__unsignedLong ulOption1, struct MSXExxxx__unsignedLongResponse *Response)
- Read the selected digital I/O channel.
- int MSXExxxx__DigitalIOReadPort (xsd__unsignedLong ulPort, xsd__unsignedLong ulOption1, struct MSXExxxx__unsignedLongResponse *Response)
- Read the selected digital I/O port.
- int MSXExxxx__DigitalIOWriteChannel (xsd__unsignedLong ulChannel, xsd__unsignedLong ulState, xsd__unsignedLong ulOption1, struct MSXExxxx__Response *Response)
- Set the selected digital output channel to on or off.
- int MSXExxxx__DigitalIOWritePort (xsd__unsignedLong ulPort, xsd__unsignedLong ulState, xsd__unsignedLong ulOption1, struct MSXExxxx__Response *Response)
- Write a value to the selected digital I/O port.