![]() |
Livox SDK API
V2.0.0
|
#include <livox_def.h>
Public Attributes | |
| char | broadcast_code [16] |
| uint8_t | dev_type |
| uint8_t | version [4] |
| uint8_t | slot |
| uint8_t | id |
The information of LiDAR units that are connected to the Livox Hub.
Definition at line 315 of file livox_def.h.
| char ConnectedLidarInfo::broadcast_code[16] |
Device broadcast code, null-terminated string, 15 characters at most.
Definition at line 316 of file livox_def.h.
| uint8_t ConnectedLidarInfo::dev_type |
Device type, refer to DeviceType.
Definition at line 317 of file livox_def.h.
| uint8_t ConnectedLidarInfo::id |
Device id.
Definition at line 320 of file livox_def.h.
| uint8_t ConnectedLidarInfo::slot |
Slot number used for connecting LiDAR units.
Definition at line 319 of file livox_def.h.
| uint8_t ConnectedLidarInfo::version[4] |
Firmware version.
Definition at line 318 of file livox_def.h.