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

OVR_NetSyncDisconnectReason.h File

It represents the possible reasons why the status of a ovrNetSyncConnectionHandle, which allows multiple clients to connect and communicate with each other in real-time, is disconnected. The connection provides a way to manage and facilitate real-time communication and data synchronization between multiple clients in a networked environment.

Enumeration Types

Enumeration ovrNetSyncDisconnectReason_

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.
ovrNetSyncDisconnectReason_Unknown
No description available
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.

Typedefs

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.

Functions

Converts an ovrNetSyncDisconnectReason enum value to a string The returned string does not need to be freed
Converts a string representing an ovrNetSyncDisconnectReason to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon