Skip to main content
Version: latest

HandleInfoResponse

Haply::HardwareAPI::Devices::Handle::HandleInfoResponse

Basic device information for the handle.

Index

Members

NameTypeDescription
device_iduint16_tShort non-unique device id for the device.
handle_data_remaininguint8_t
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 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.

handle_data_remaining

uint8_t handle_data_remaining 0

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

device_model_number

uint8_t device_model_number 0

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 0

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 0

Version of the device's firmware.

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