Discuss this help topic in SecureBlackbox Forum

TSBGDataVersion

Declared in     See also     


Filter: C#/Java  VB.NET  Pascal  C++  


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++:
  • sbgoogledatastorage.h

See also:     Version    

Discuss this help topic in SecureBlackbox Forum