HIO2Init |
This function initializes HIO2 functions. |
HIO2Exit |
This function ends HIO2 functions. |
HIO2EnumDevices |
Enumerates the connected HIO2 devices. |
HIO2Open |
Opens the specified device. |
HIO2Close |
Closes the channel that the handle controls. |
HIO2Read |
Reads data. (synchronous function) |
HIO2ReadAsync |
Reads data. (asynchronous function) |
HIO2Write |
Writes the data. (synchronous function) |
HIO2WriteAsync |
Writes the data. (asynchronous function) |
HIO2ReadMailbox |
Reads the contents written to the mailbox. |
HIO2WriteMailbox |
Writes data to the mailbox. |
HIO2ReadStatus |
Obtains the interrupt status of the HIO2 device. |
HIO2GetDeviceType |
Gets the EXI device type assigned to the handle. |
HIO2GetLastError |
This function gets the last error code that was generated while the HIO2 function was executing. |