Livox SDK API  V2.0.0
ConnectedLidarInfo Struct Reference

#include <livox_def.h>

Public Attributes

char broadcast_code [16]
 
uint8_t dev_type
 
uint8_t version [4]
 
uint8_t slot
 
uint8_t id
 

Detailed Description

The information of LiDAR units that are connected to the Livox Hub.

Definition at line 315 of file livox_def.h.

Member Data Documentation

◆ broadcast_code

char ConnectedLidarInfo::broadcast_code[16]

Device broadcast code, null-terminated string, 15 characters at most.

Definition at line 316 of file livox_def.h.

◆ dev_type

uint8_t ConnectedLidarInfo::dev_type

Device type, refer to DeviceType.

Definition at line 317 of file livox_def.h.

◆ id

uint8_t ConnectedLidarInfo::id

Device id.

Definition at line 320 of file livox_def.h.

◆ slot

uint8_t ConnectedLidarInfo::slot

Slot number used for connecting LiDAR units.

Definition at line 319 of file livox_def.h.

◆ version

uint8_t ConnectedLidarInfo::version[4]

Firmware version.

Definition at line 318 of file livox_def.h.


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