EIcmpResponseStatus

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

Icmp

Header

/Engine/Source/Runtime/Online/ICMP/Public/Icmp.h

Include

#include "Icmp.h"

Syntax

enum EIcmpResponseStatus
{
    Success,
    Timeout,
    Unreachable,
    Unresolvable,
    InternalError,
    NotImplemented,
}

Values

Name

Description

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

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss