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
The function sends ping request to the given IP Address. More...
Functions | |
| NMI_API sint8 | m2m_ping_req (uint32 u32DstIP, uint8 u8TTL, tpfPingCb fpPingCb) |
Detailed Description
The function sends ping request to the given IP Address.
Function Documentation
- Parameters:
-
[in] u32DstIP Target Destination IP Address for the ping request. It must be represented in Network byte order. The function nmi_inet_addr could be used to translate the dotted decimal notation IP to its Network bytes order integer represntative. [in] u8TTL IP TTL value for the ping request. If set to ZERO, the dfault value SHALL be used. [in] fpPingCb Callback will be called to deliver the ping statistics.
- See also:
- nmi_inet_addr
- Returns:
- The function returns M2M_SUCCESS for successful operations and a negative value otherwise.
Generated on Wed Jul 13 2022 16:32:38 by
1.7.2