ESocketWaitConditions::Type

Enumerates socket wait conditions.

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/SocketTypes.h

Include

#include "SocketTypes.h"

Syntax

namespace ESocketWaitConditions
{
    enum Type
    {
        WaitForRead,
        WaitForWrite,
        WaitForReadOrWrite,
    }
}

Values

Name

Description

WaitForRead

Wait until data is available for reading.

WaitForWrite

Wait until data can be written.

WaitForReadOrWrite

Wait until data is available for reading or can be written.

Remarks

Enumerates socket wait conditions.

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