Livox SDK API  V1.1.0
HubQueryLidarInformationResponse Struct Reference

#include <livox_def.h>

Public Attributes

uint8_t ret_code
 
uint8_t count
 
ConnectedLidarInfo device_info_list [1]
 

Detailed Description

The response body of querying the information of LiDAR units connected to the Livox Hub.

Definition at line 301 of file livox_def.h.

Member Data Documentation

◆ count

uint8_t HubQueryLidarInformationResponse::count

Count of device_info_list.

Definition at line 303 of file livox_def.h.

◆ device_info_list

ConnectedLidarInfo HubQueryLidarInformationResponse::device_info_list[1]

Connected lidars information.

Definition at line 304 of file livox_def.h.

◆ ret_code

uint8_t HubQueryLidarInformationResponse::ret_code

Return code from device.

Definition at line 302 of file livox_def.h.


The documentation for this struct was generated from the following file: