![]() |
WL865E4-P
36.07.001
|
IP cfg structure. More...
#include <m2mb_profile.h>
Data Fields | |
UINT8 | flag |
UINT32 | ipv4 |
UINT32 | ip_subnet |
UINT32 | ip_gw |
UINT32 | ip_dns1 |
UINT32 | ip_dns2 |
UINT8 flag |
IP setting flag, should take one value from M2MB_NCM_IPFLAG_SETTING_E enum
Definition at line 271 of file m2mb_profile.h.
UINT32 ip_dns1 |
Primary DNS IPv4 address
Definition at line 275 of file m2mb_profile.h.
UINT32 ip_dns2 |
Secondary DNS IPv4 address
Definition at line 276 of file m2mb_profile.h.
UINT32 ip_gw |
IPv4 gateway address
Definition at line 274 of file m2mb_profile.h.
UINT32 ip_subnet |
IPv4 subnet mask
Definition at line 273 of file m2mb_profile.h.
UINT32 ipv4 |
IPv4 Address of the interface
Definition at line 272 of file m2mb_profile.h.