Skip to main content
Version: latest

DeviceInfoResponse

Haply::HardwareAPI::Devices::Inverse3::DeviceInfoResponse

Basic device information for the Inverse3.

Response from the DeviceWakeup method containing the basic information of the Inverse3 device represented by this object.

Index

Members

NameTypeDescription
device_iduint16_tShort non-unique device id for the device.
device_id_extUUIDUnique UUID identifier for the device.
device_model_numberuint8_tUsed to identify the type of device being used.
hardware_versionuint8_tVersion of the device's hardware.
firmware_versionuint8_tVersion of the device's firmware.

Members

device_id

uint16_t device_id

Short non-unique device id for the device.

Device identifier for the Inverse3 device. This short device is not guaranteed to be unique and may be overloaded as the hardware_version and the device_model_number changes. For a unique identifier use the device_id_ext field instead.

device_id_ext

UUID device_id_ext

Unique UUID identifier for the device.

This identifier is guaranteed to unique regardless of the model number and device type currently being used.

device_model_number

uint8_t device_model_number

Used to identify the type of device being used.

DEPRECATED This field is being repurposed and should not be used or relied upon.

hardware_version

uint8_t hardware_version

Version of the device's hardware.

DEPRECATED This field is being repurposed and should not be used or relied upon.

firmware_version

uint8_t firmware_version

Version of the device's firmware.

DEPRECATED This field is being repurposed and should not be used or relied upon.