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 FUDPPing
Remarks
Simple ping interface that sends an ICMP packet over UDP to the given address and returns timing info for the reply if reachable.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UDPEcho
(
const FString& TargetAddress, |
Send an ICMP echo packet and wait for a reply. | |
| void | UDPEcho
(
const FString& TargetAddress, |
Send an ICMP echo packet and wait for a reply. | |
| void | UDPEchoMany
(
const TArray< FIcmpTarget >& Targets, |
Send multiple ICMP echo packets and wait for replies. | |
| void | UDPEchoMany
(
const TArray< FIcmpTarget >& Targets, |
Send multiple ICMP echo packets and wait for replies. |