Livox SDK API
V2.2.0
|
#include <livox_def.h>
Public Attributes | |
uint32_t | ip_addr |
uint32_t | net_mask |
uint32_t | gw_addr |
The request body of the command for setting static device's IP mode.
Definition at line 505 of file livox_def.h.
uint32_t SetStaticDeviceIpModeRequest::gw_addr |
Gateway address.
Definition at line 508 of file livox_def.h.
uint32_t SetStaticDeviceIpModeRequest::ip_addr |
IP address.
Definition at line 506 of file livox_def.h.
uint32_t SetStaticDeviceIpModeRequest::net_mask |
Subnet mask.
Definition at line 507 of file livox_def.h.