OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
OBNetIpConfig Struct Reference

IP address configuration for network devices (IPv4) More...

#include <ObTypes.h>

Public Attributes

uint16_t dhcp
 DHCP status.
 
uint8_t address [4]
 IP address (IPv4, big endian: 192.168.1.10, address[0] = 192, address[1] = 168, address[2] = 1, address[3] = 10)
 
uint8_t mask [4]
 Subnet mask (big endian)
 
uint8_t gateway [4]
 Gateway (big endian)
 

Detailed Description

IP address configuration for network devices (IPv4)

Definition at line 1025 of file ObTypes.h.

Member Data Documentation

◆ dhcp

uint16_t OBNetIpConfig::dhcp

DHCP status.

Note
0: static IP; 1: DHCP

Definition at line 1031 of file ObTypes.h.

◆ address

uint8_t OBNetIpConfig::address[4]

IP address (IPv4, big endian: 192.168.1.10, address[0] = 192, address[1] = 168, address[2] = 1, address[3] = 10)

Definition at line 1036 of file ObTypes.h.

◆ mask

uint8_t OBNetIpConfig::mask[4]

Subnet mask (big endian)

Definition at line 1041 of file ObTypes.h.

◆ gateway

uint8_t OBNetIpConfig::gateway[4]

Gateway (big endian)

Definition at line 1046 of file ObTypes.h.


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