IVIO_Device

Use this interface to access vehicle components. These components can be sensors that are accessed by means of the vehicle’s serial data bus, direct input from the vehicle’s wiring harness, vehicle electronic control units (ECU), or from the Auto PC device.

Method
Description
IVIO_Device::GetData Retrieves the current data from the device.
IVIO_Device::get_AccessMode Retrieves the current access for a requested mode.
IVIO_Device::get_Metrics Retrieves the data that describes the format of the data being sent to and returned from the interface’s components.
IVIO_Device::get_Status Retrieves the current availability of the device such as READY or BUSY.
IVIO_Device::SetData Sends control information to the vehicle.
IVIO_Device::SetNotify Provides the means to add a notification sink to a specified device. Through this sink, the device can send a notification to an application on a timed basis.
IVIO_Device::set_AccessMode Sets the access mode—either shared or exclusive access—for the device. The mode is used a read or write mode.