Navigation
API > API/Runtime > API/Runtime/Icmp
Simple ping interface that sends an ICMP packet to the given address and returns timing info for the reply if reachable.
| Name | FIcmp |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/ICMP/Public/Icmp.h |
| Include Path | #include "Icmp.h" |
Syntax
class FIcmp
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void IcmpEcho
(
const FString& TargetAddress, |
Send an ICMP echo packet and wait for a reply. | Icmp.h | |
static void IcmpEcho
(
const FString& TargetAddress, |
Send an ICMP echo packet and wait for a reply. | Icmp.h |