Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more
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.
Generated on Wed Jul 13 2022 16:32:38 by
1.7.2