Livox SDK API  v1.0.0
HandshakeRequest Struct Reference

#include <livox_def.h>

Public Attributes

uint32_t ip_addr
 
uint16_t data_port
 
uint16_t cmd_port
 

Detailed Description

The request body for the command of handshake.

Definition at line 225 of file livox_def.h.

Member Data Documentation

◆ cmd_port

uint16_t HandshakeRequest::cmd_port

UDP port of the command connection.

Definition at line 228 of file livox_def.h.

◆ data_port

uint16_t HandshakeRequest::data_port

UDP port of the data connection.

Definition at line 227 of file livox_def.h.

◆ ip_addr

uint32_t HandshakeRequest::ip_addr

IP address of the device.

Definition at line 226 of file livox_def.h.


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