Static IP configuration.
#include <m2m_types.h>
Data Fields | |
uint32 | u32DNS |
uint32 | u32Gateway |
uint32 | u32StaticIP |
uint32 | u32SubnetMask |
uint32 tstrM2MIPConfig::u32DNS |
IP for the DNS server.
uint32 tstrM2MIPConfig::u32Gateway |
IP of the Default internet gateway.
Referenced by atCmd_SetStaticIP_Handler(), and wifi_cb().
uint32 tstrM2MIPConfig::u32StaticIP |
The static IP assigned to the device.
Referenced by atCmd_SetStaticIP_Handler(), m2m_wifi_cb(), and wifi_cb().
uint32 tstrM2MIPConfig::u32SubnetMask |
Subnet mask for the local area network.