Use this interface to translate between the values that are expected by a specified IVIO_Device subclass and the raw information returned by the vehicle interface hardware’s device driver. This interface is created by the vendor of the vehicle interface hardware for each device subclass that is implemented in the API.
Method |
Description |
IVIO_MiniDriver::GetData | Corresponds to IVIO_Device::GetData. |
IVIO_MiniDriver::SetData | Corresponds to IVIO_Device::SetData. |
IVIO_MiniDriver::SetNotify | Begins timed notification of an API device component. |
IVIO_MiniDriver::IOControl | Accesses mini-driver implementation-specific functionality. |