Discuss this help topic in SecureBlackbox Forum
Defines the versions of Google Data Protocol used by
TElGoogleDataStorage.
Declaration
[C#/Java]
enum TSBGDataVersion { gvV2 = 0, gvV3 = 1 };
[VB.NET]
Enum TSBGDataVersion
gvV2 = 0
gvV3 = 1
End Enum
[Pascal]
TSBGDataVersion = (gvV2, gvV3);
[C++]
typedef uint8_t TSBGDataVersionRaw;
typedef enum { gvV2 = 0, gvV3 = 1 } TSBGDataVersion;
Description
Possible values:
Declared in
.NET:
- Namespace: SBGoogleDataStorage
- Assembly: SecureBlackbox.Cloud
VCL:
- Unit: SBGoogleDataStorage
Java:
- Package: SecureBlackbox.Cloud.jar
C++:
Discuss this help topic in SecureBlackbox Forum