Host IO (PC)

Description

Module for Host IO on the PC side.

Functions

Device Search and Connection
DEVHIO_host_find Searches for connectable devices.
DEVHIO_host_connect Starts a Host IO connection with a device.
DEVHIO_host_disconnect Ends a Host IO connection.
DEVHIO_host_getconnectid Gets the ID of the currently connected device.
Serial Communication
DEVHIO_sio_open Opens a serial communication channel.
DEVHIO_sio_close Closes a serial communication channel.
DEVHIO_sio_connect Starts a connection for serial communication and waits until the target device calls wait.
DEVHIO_sio_wait Waits until the target device for serial communication calls connect.
DEVHIO_sio_disconnect Disconnects from a serial communication session.
DEVHIO_sio_flush Waits until all outgoing data has been sent during serial communication.
DEVHIO_sio_read Receives data via serial communication.
DEVHIO_sio_write Sends data via serial communication.
Shared Memory
DEVHIO_smem_open Opens a shared memory channel.
DEVHIO_smem_close Closes a shared memory channel.
DEVHIO_smem_getsize Gets the size of the shared memory.
DEVHIO_smem_read Loads data from shared memory.
DEVHIO_smem_write Writes data in shared memory.
Other
DEVHIO_host_getversion Gets the version number.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL