Livox SDK API
V2.2.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 468 of file livox_def.h.
uint16_t HandshakeRequest::cmd_port |
UDP port of the command connection.
Definition at line 471 of file livox_def.h.
uint16_t HandshakeRequest::data_port |
UDP port of the data connection.
Definition at line 470 of file livox_def.h.
uint32_t HandshakeRequest::ip_addr |
IP address of the device.
Definition at line 469 of file livox_def.h.
uint16_t HandshakeRequest::sensor_port |
UDP port of the sensor connection.
Definition at line 472 of file livox_def.h.