Livox SDK API  V2.1.0
GetDeviceIpModeResponse Struct Reference

#include <livox_def.h>

Public Attributes

uint8_t ret_code
 
uint8_t ip_mode
 
uint32_t ip_addr
 
uint32_t net_mask
 
uint32_t gw_addr
 

Detailed Description

The response body of getting device's IP mode.

Definition at line 449 of file livox_def.h.

Member Data Documentation

uint32_t GetDeviceIpModeResponse::gw_addr

Gateway address.

Definition at line 454 of file livox_def.h.

uint32_t GetDeviceIpModeResponse::ip_addr

IP address.

Definition at line 452 of file livox_def.h.

uint8_t GetDeviceIpModeResponse::ip_mode

IP address mode: 0 for dynamic IP address, 1 for static IP address.

Definition at line 451 of file livox_def.h.

uint32_t GetDeviceIpModeResponse::net_mask

Subnet mask.

Definition at line 453 of file livox_def.h.

uint8_t GetDeviceIpModeResponse::ret_code

Return code.

Definition at line 450 of file livox_def.h.


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