API reference
API reference
Select your platform
No SDKs available
No versions available

ovrNetSyncDisconnectReason_ Enum

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Enumeration Constants

MemberDescription
ovrNetSyncDisconnectReason_Unknown
ovrNetSyncDisconnectReason_LocalTerminated
This member indicates that the disconnect of the ovrNetSyncConnectionHandle was initialized from the a user request.
ovrNetSyncDisconnectReason_ServerTerminated
This member indicates that the connection of the ovrNetSyncConnectionHandle was shutdown by the server intentionally.
ovrNetSyncDisconnectReason_Failed
This member indicates that the initial connection request never succeeded.
ovrNetSyncDisconnectReason_Lost
This member indicates that the ovrNetSyncConnectionHandle was shutdown because of the network timeout.