Navigation
API > API/Runtime > API/Runtime/Icmp
References
| Module | Icmp |
| Header | /Engine/Source/Runtime/Online/ICMP/Public/Icmp.h |
| Include | #include "Icmp.h" |
Syntax
class FIcmp
Remarks
Simple ping interface that sends an ICMP packet to the given address and returns timing info for the reply if reachable.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Send an ICMP echo packet and wait for a reply. | ||
| void | Send an ICMP echo packet and wait for a reply. |