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

Platform 1.34 Reference Guide

OVR_CloudStorageDataStatus.h File Reference

Enumeration Type Documentation

enum OVR_CloudStorageDataStatus.h.ovrCloudStorageDataStatus_
Enumerator
ovrCloudStorageDataStatus_Unknown
ovrCloudStorageDataStatus_InSync
ovrCloudStorageDataStatus_NeedsDownload
ovrCloudStorageDataStatus_RemoteDownloading
ovrCloudStorageDataStatus_NeedsUpload
ovrCloudStorageDataStatus_LocalUploading
ovrCloudStorageDataStatus_InConflict

Typedef Documentation

typedef enum ovrCloudStorageDataStatus_ ovrCloudStorageDataStatus ( )

Function Documentation

const char* ovrCloudStorageDataStatus_ToString ( ovrCloudStorageDataStatus value )
Converts an ovrCloudStorageDataStatus enum value to a string The returned string does not need to be freed
ovrCloudStorageDataStatus ovrCloudStorageDataStatus_FromString ( const char * str )
Converts a string representing an ovrCloudStorageDataStatus enum value to an enum value
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
20
21
24
25
26
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_CLOUD_STORAGE_DATA_STATUS_H
#define OVR_CLOUD_STORAGE_DATA_STATUS_H

#include "OVR_Platform_Defs.h"

typedefenum ovrCloudStorageDataStatus_ {
  ovrCloudStorageDataStatus_Unknown,
  ovrCloudStorageDataStatus_InSync,
  ovrCloudStorageDataStatus_NeedsDownload,
  ovrCloudStorageDataStatus_RemoteDownloading,
  ovrCloudStorageDataStatus_NeedsUpload,
  ovrCloudStorageDataStatus_LocalUploading,
  ovrCloudStorageDataStatus_InConflict,
} ovrCloudStorageDataStatus;

OVRPL_PUBLIC_FUNCTION(constchar*) ovrCloudStorageDataStatus_ToString(ovrCloudStorageDataStatus value);

OVRPL_PUBLIC_FUNCTION(ovrCloudStorageDataStatus) ovrCloudStorageDataStatus_FromString(constchar* str);

#endif
The documentation for this file was generated from the following file: OVR_CloudStorageDataStatus.h