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

OVR_NetSyncConnectionStatus.h File

It represents the possible status of a ovrNetSyncConnectionHandle which allows multiple clients to connect and communicate with each other in real- time. 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 ovrNetSyncConnectionStatus_

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.
ovrNetSyncConnectionStatus_Unknown
No description available
ovrNetSyncConnectionStatus_Connecting
This member indicates that the connection of the network sync has been started and the process is ongoing.
ovrNetSyncConnectionStatus_Disconnected
This member indicates that the current status of the network sync connection is not connected.
ovrNetSyncConnectionStatus_Connected
This member indicates that the current status of the network sync connection is connected.

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 ovrNetSyncConnectionStatus enum value to a string The returned string does not need to be freed
Converts a string representing an ovrNetSyncConnectionStatus to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon