![]() |
ThreeSpace API 2
2.0.6.1
Serial wrapper for YEI 3-Space Sensor Protocol
|
#include <yei_threespace_api.h>
Data Fields | |
| TSS_Type | device_type |
| unsigned int | serial_number |
| char | firmware_version [13] |
| char | hardware_version [33] |
| TSS_Firmware_Compatibility | fw_compatibility |
A structure that contains information about the connected 3-Space device.
Definition at line 284 of file yei_threespace_api.h.
The type of 3-Space device connected through the com port.
Definition at line 286 of file yei_threespace_api.h.
| unsigned int serial_number |
The serial number for the 3-Space device connected through the com port.
Definition at line 287 of file yei_threespace_api.h.
| char firmware_version[13] |
The version of the firmware installed on the connected 3-Space device.
Definition at line 288 of file yei_threespace_api.h.
| char hardware_version[33] |
The hardware revision and type of the connected 3-Space device.
Definition at line 289 of file yei_threespace_api.h.
Firmware compatibility level (Note level may be lower than current if no functional changes were made).
Definition at line 290 of file yei_threespace_api.h.