Navigation
API > API/Runtime > API/Runtime/Icmp
Copyright Epic Games, Inc. All Rights Reserved.
| Name | EIcmpResponseStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/ICMP/Public/Icmp.h |
| Include Path | #include "Icmp.h" |
Syntax
enum EIcmpResponseStatus
{
Success,
Timeout,
Unreachable,
Unresolvable,
InternalError,
NotImplemented,
}
Values
| Name | Remarks |
|---|---|
| Success | We did receive a valid Echo reply back from the target host |
| Timeout | We did not receive any results within the time limit |
| Unreachable | We got an unreachable error from another node on the way |
| Unresolvable | We could not resolve the target address to a valid IP address |
| InternalError | Some internal error happened during setting up or sending the ping packet |
| NotImplemented | Not implemented - used to indicate we haven't implemented ICMP ping on this platform |