Livox SDK API  V2.2.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 494 of file livox_def.h.

Member Data Documentation

uint32_t GetDeviceIpModeResponse::gw_addr

Gateway address.

Definition at line 499 of file livox_def.h.

uint32_t GetDeviceIpModeResponse::ip_addr

IP address.

Definition at line 497 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 496 of file livox_def.h.

uint32_t GetDeviceIpModeResponse::net_mask

Subnet mask.

Definition at line 498 of file livox_def.h.

uint8_t GetDeviceIpModeResponse::ret_code

Return code.

Definition at line 495 of file livox_def.h.


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