| struct ovrPingResult * |
| ovrID | ovr_PingResult_GetID ( const ovrPingResultHandle obj ) |
| unsigned long long | ovr_PingResult_GetPingTimeUsec ( const ovrPingResultHandle obj ) |
| bool | ovr_PingResult_IsTimeout ( const ovrPingResultHandle obj ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_PINGRESULT_H #define OVR_PINGRESULT_H #include "OVR_Platform_Defs.h" #include "OVR_Types.h" #include <stdbool.h> typedefstruct ovrPingResult *ovrPingResultHandle; OVRP_PUBLIC_FUNCTION(ovrID) ovr_PingResult_GetID(const ovrPingResultHandle obj); OVRP_PUBLIC_FUNCTION(unsignedlonglong) ovr_PingResult_GetPingTimeUsec(const ovrPingResultHandle obj); OVRP_PUBLIC_FUNCTION(bool) ovr_PingResult_IsTimeout(const ovrPingResultHandle obj); #endif