This method sends control information to the vehicle.
HRESULT IVIO_Device::SetData ( const LPVARIANT pData, DWORD dwTimeout );
One of the values described in the following table is returned.
Value |
Description |
| S_OK | Successfully sent control data to the device. |
| E_NOTIMPL | The device does not implement control functionality. |
| E_POINTER | The pData pointer is invalid. |
| E_ACCESSDENIED | Access to this device is denied. |
| E_UNEXPECTED | An unexpected error occurred while sending information to the device component. |