| HIO2Init |
Initializes HIO2 functions. |
| HIO2Exit |
Ends HIO2 functions. |
| HIO2EnumDevices |
Enumerates the connected HIO2 devices. |
| HIO2Open |
Opens the specified device. |
| HIO2Close |
Closes the channel controlled by the handle. |
| HIO2Read |
Reads data (synchronous function). |
| HIO2ReadAsync |
Reads data (asynchronous function). |
| HIO2Write |
Writes data (synchronous function). |
| HIO2WriteAsync |
Writes 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 |
Gets the last error code that was generated while an HIO2 function was executing. |