This struct contains the static IP configuration. More...
#include <m2m_types.h>
Public Attributes | |
uint32 | u32DNS |
uint32 | u32Gateway |
uint32 | u32StaticIP |
uint32 | u32SubnetMask |
This struct contains the static IP configuration.
Definition at line 1672 of file m2m_types.h.
uint32 tstrM2MIPConfig::u32DNS |
IP for the DNS server.
Definition at line 1677 of file m2m_types.h.
uint32 tstrM2MIPConfig::u32Gateway |
IP of the default internet gateway.
Definition at line 1675 of file m2m_types.h.
uint32 tstrM2MIPConfig::u32StaticIP |
The static IP assigned to the device.
Definition at line 1673 of file m2m_types.h.
uint32 tstrM2MIPConfig::u32SubnetMask |
Subnet mask for the local area network.
Definition at line 1679 of file m2m_types.h.