Livox SDK API  V2.2.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 652 of file livox_def.h.

Member Data Documentation

uint8_t HubQueryLidarInformationResponse::count

Count of device_info_list.

Definition at line 654 of file livox_def.h.

ConnectedLidarInfo HubQueryLidarInformationResponse::device_info_list[1]

Connected lidars information list.

Definition at line 655 of file livox_def.h.

uint8_t HubQueryLidarInformationResponse::ret_code

Return code.

Definition at line 653 of file livox_def.h.


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