HandleErrorResponse
Haply::HardwareAPI::Devices::Handle::HandleErrorResponse
Error notification from the device.
This message type currently not being generated by any handle implementation and is subject to change.
Index
Members
Name | Type | Description |
---|---|---|
device_id | uint16_t | Short non-unique device id for the device. |
error_code | uint8_t | The code of the error being reported. |
Members
device_id
uint16_t device_id 0
Short non-unique device id for the device.
Device identifier for the handle. This short device is not guaranteed to be unique and may be overloaded as the hardware_version and the device_model_number changes.
error_code
uint8_t error_code 0
The code of the error being reported.
There's currently no define error code table as this message is not currently being generated.