OrbbecSDK  1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
Public Attributes | List of all members
OBDeviceIpAddrConfig Struct Reference

网络设备的 IP 地址配置(ipv4) More...

#include <ObTypes.h>

Public Attributes

uint16_t dhcp
 dhcp 动态 ip 配置开关; 0: 关; 1: 开 More...
 
uint8_t address [4]
 ip 地址 (大端模式, 如 192.168.1.1,则 address[0]==192) More...
 
uint8_t mask [4]
 子网掩码 (大端模式) More...
 
uint8_t gateway [4]
 网关 (大端模式) More...
 

Detailed Description

网络设备的 IP 地址配置(ipv4)

Definition at line 1157 of file ObTypes.h.

Member Data Documentation

uint16_t OBDeviceIpAddrConfig::dhcp

dhcp 动态 ip 配置开关; 0: 关; 1: 开

Definition at line 1158 of file ObTypes.h.

uint8_t OBDeviceIpAddrConfig::address[4]

ip 地址 (大端模式, 如 192.168.1.1,则 address[0]==192)

Definition at line 1159 of file ObTypes.h.

uint8_t OBDeviceIpAddrConfig::mask[4]

子网掩码 (大端模式)

Definition at line 1160 of file ObTypes.h.

uint8_t OBDeviceIpAddrConfig::gateway[4]

网关 (大端模式)

Definition at line 1161 of file ObTypes.h.


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