![]() |
WE310F5
39.00.000
|
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 276 of file m2mb_profile.h.
UINT32 ip_dns1 |
Primary DNS IPv4 address
Definition at line 280 of file m2mb_profile.h.
UINT32 ip_dns2 |
Secondary DNS IPv4 address
Definition at line 281 of file m2mb_profile.h.
UINT32 ip_gw |
IPv4 gateway address
Definition at line 279 of file m2mb_profile.h.
UINT32 ip_subnet |
IPv4 subnet mask
Definition at line 278 of file m2mb_profile.h.
UINT32 ipv4 |
IPv4 Address of the interface
Definition at line 277 of file m2mb_profile.h.