![]() |
Livox SDK API
V2.1.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 308 of file livox_def.h.
| char BroadcastDeviceInfo::broadcast_code[16] |
Device broadcast code, null-terminated string, 15 characters at most.
Definition at line 309 of file livox_def.h.
| uint8_t BroadcastDeviceInfo::dev_type |
Device type, refer to DeviceType.
Definition at line 310 of file livox_def.h.
| char BroadcastDeviceInfo::ip[16] |
Device ip.
Definition at line 312 of file livox_def.h.
| uint16_t BroadcastDeviceInfo::reserved |
Reserved.
Definition at line 311 of file livox_def.h.