Navigation
API > API/Runtime > API/Runtime/Icmp > API/Runtime/Icmp/FIcmp > API/Runtime/Icmp/FIcmp/IcmpEcho
References
| Module | Icmp |
| Header | /Engine/Source/Runtime/Online/ICMP/Public/Icmp.h |
| Include | #include "Icmp.h" |
static void IcmpEcho
&40;
const FString & TargetAddress,
float Timeout,
FIcmpEchoResultDelegate ResultDelegate
&41;
Remarks
Send an ICMP echo packet and wait for a reply.
This is a wrapper around the above function, taking a delegate instead of a function argument.
Parameters
| Name | Description |
|---|---|
| TargetAddress | the target address to ping |
| Timeout | max time to wait for a reply |
| ResultDelegate | a delegate that will be called when the result is ready |