IP address configuration for network devices (IPv4)
More...
#include <ObTypes.h>
|
| 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)
|
IP address configuration for network devices (IPv4)
Definition at line 1098 of file ObTypes.h.
◆ dhcp
| uint16_t OBNetIpConfig::dhcp |
DHCP status.
- Note
- 0: static IP; 1: DHCP
Definition at line 1104 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 1109 of file ObTypes.h.
◆ mask
| uint8_t OBNetIpConfig::mask[4] |
Subnet mask (big endian)
Definition at line 1114 of file ObTypes.h.
◆ gateway
| uint8_t OBNetIpConfig::gateway[4] |
The documentation for this struct was generated from the following file:
- E:/jenkins/workspace/OrbbecSDK/build_sdk/OpenOrbbecSDK/include/libobsensor/h/ObTypes.h