Livox SDK API
V2.2.0
|
#include <livox_def.h>
Public Attributes | |
char | broadcast_code [16] |
uint8_t | dev_type |
uint16_t | reserved |
char | ip [16] |
The information of broadcast device.
Definition at line 353 of file livox_def.h.
char BroadcastDeviceInfo::broadcast_code[16] |
Device broadcast code, null-terminated string, 15 characters at most.
Definition at line 354 of file livox_def.h.
uint8_t BroadcastDeviceInfo::dev_type |
Device type, refer to DeviceType.
Definition at line 355 of file livox_def.h.
char BroadcastDeviceInfo::ip[16] |
Device ip.
Definition at line 357 of file livox_def.h.
uint16_t BroadcastDeviceInfo::reserved |
Reserved.
Definition at line 356 of file livox_def.h.