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

OVR_NetSyncConnection.h File

It represents the connection of a network synchronization system that allows multiple clients to connect and communicate with each other in real- time. It provides a way to manage and facilitate real-time communication and data synchronization between multiple clients in a networked environment.

Typedefs

struct ovrNetSyncConnection * ovrNetSyncConnectionHandle

Functions

A 'long' integer ID which can be used to uniquely identify the network synchronization connection.
If the status is ovrNetSyncConnectionStatus_Disconnected(), ovrNetSyncDisconnectReason() specifies the reason. ovrNetSyncDisconnectReason_Unknown() - The disconnect reason was unknown. ovrNetSyncDisconnectReason_LocalTerminated() - The disconnect was requested by an user. ovrNetSyncDisconnectReason_ServerTerminated() - The server closed the connection. ovrNetSyncDisconnectReason_Failed() - The initial connection never succeeded. ovrNetSyncDisconnectReason_Lost() - The disconnect was caused by network timeout.
The ID of the local session. Will be null if the connection is not active.
A ovrNetSyncConnectionStatus() that defines the different status of the network synchronization connection. ovrNetSyncConnectionStatus_Unknown() - The current connection status is unknown. ovrNetSyncConnectionStatus_Connecting() - The connection has been started and the process is ongoing. ovrNetSyncConnectionStatus_Disconnected() - The current connection status is disconnected. ovrNetSyncConnectionStatus_Connected() - The connection has been established.
A string represents the unique identifier within the current application grouping.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon