This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| enum ovrPeerConnectionState_ |
| const char * | |
| ovrPeerConnectionState | ovrPeerConnectionState_FromString ( const char * str ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
#ifndef OVR_PEER_CONNECTION_STATE_H
#define OVR_PEER_CONNECTION_STATE_H
#include "OVR_Platform_Defs.h"
typedefenum ovrPeerConnectionState_ {
ovrPeerState_Unknown,
ovrPeerState_Connected,
ovrPeerState_Timeout,
ovrPeerState_Closed,
} ovrPeerConnectionState;
OVRPL_PUBLIC_FUNCTION(constchar*) ovrPeerConnectionState_ToString(ovrPeerConnectionState value);
OVRPL_PUBLIC_FUNCTION(ovrPeerConnectionState) ovrPeerConnectionState_FromString(constchar* str);
#endif