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

OVR_NetSyncDisconnectReason.h File

Overview

Details

Enumeration Types

enum OVR_NetSyncDisconnectReason.h.ovrNetSyncDisconnectReason_
Enumerator
ovrNetSyncDisconnectReason_Unknown
ovrNetSyncDisconnectReason_LocalTerminated
when disconnect was requested
ovrNetSyncDisconnectReason_ServerTerminated
server intentionally closed the connection
ovrNetSyncDisconnectReason_Failed
initial connection never succeeded
ovrNetSyncDisconnectReason_Lost
network timeout

Typedefs

typedef enum ovrNetSyncDisconnectReason_ ovrNetSyncDisconnectReason ( )
No description available.

Functions

const char* ovrNetSyncDisconnectReason_ToString
Converts an ovrNetSyncDisconnectReason enum value to a string The returned string does not need to be freed
ovrNetSyncDisconnectReason ovrNetSyncDisconnectReason_FromString
( const char * str )
Converts a string representing an ovrNetSyncDisconnectReason enum value to an enum value
Did you find this page helpful?
Thumbs up icon
Thumbs down icon