![]() |
Livox SDK API
V2.1.0
|
#include <livox_def.h>
Public Attributes | |
| uint32_t | ip_addr |
| uint16_t | data_port |
| uint16_t | cmd_port |
| uint16_t | sensor_port |
The request body for the command of handshake.
Definition at line 423 of file livox_def.h.
| uint16_t HandshakeRequest::cmd_port |
UDP port of the command connection.
Definition at line 426 of file livox_def.h.
| uint16_t HandshakeRequest::data_port |
UDP port of the data connection.
Definition at line 425 of file livox_def.h.
| uint32_t HandshakeRequest::ip_addr |
IP address of the device.
Definition at line 424 of file livox_def.h.
| uint16_t HandshakeRequest::sensor_port |
UDP port of the sensor connection.
Definition at line 427 of file livox_def.h.