![]() |
Livox SDK API
V1.1.0
|
#include <livox_def.h>
Public Attributes | |
| uint8_t | ret_code |
| uint8_t | count |
| ConnectedLidarInfo | device_info_list [1] |
The response body of querying the information of LiDAR units connected to the Livox Hub.
Definition at line 301 of file livox_def.h.
| uint8_t HubQueryLidarInformationResponse::count |
Count of device_info_list.
Definition at line 303 of file livox_def.h.
| ConnectedLidarInfo HubQueryLidarInformationResponse::device_info_list[1] |
Connected lidars information.
Definition at line 304 of file livox_def.h.
| uint8_t HubQueryLidarInformationResponse::ret_code |
Return code from device.
Definition at line 302 of file livox_def.h.