Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrM2MIPConfig Struct Reference

tstrM2MIPConfig Struct Reference
[DataTypes]

Static IP configuration. More...

#include <m2m_types.h>

Data Fields

uint32 u32StaticIP
uint32 u32Gateway
uint32 u32DNS
uint32 u32SubnetMask
uint32 u32DhcpLeaseTime

Detailed Description

Static IP configuration.

Note:
All member IP addresses are expressed in Network Byte Order (eg. "192.168.10.1" will be expressed as 0x010AA8C0).

Definition at line 1891 of file m2m_types.h.


Field Documentation

Dhcp Lease Time in sec

Definition at line 1905 of file m2m_types.h.

IP for the DNS server.

Definition at line 1899 of file m2m_types.h.

IP of the Default internet gateway.

Definition at line 1896 of file m2m_types.h.

The static IP assigned to the device.

Definition at line 1893 of file m2m_types.h.

Subnet mask for the local area network.

Definition at line 1902 of file m2m_types.h.