RGLRFIDSdkProfilerType

typedef enum {
    /// Doc 9303, 6th edition, 2006
    RGLRFIDSdkProfilerTypeDoc9303Edition2006 = 0x00000001,
    /// LDS and PKI Maintenance, v2.0, May 21, 2014
    RGLRFIDSdkProfilerTypeDoc9303LdsPkiMaintenance = 0x00000002
} RGLRFIDSdkProfilerType

Undocumented

  • Undocumented

    See more

    Declaration

    Objective-C

    enum {
        /// Doc 9303, 6th edition, 2006
        RGLRFIDSdkProfilerTypeDoc9303Edition2006 = 0x00000001,
        /// LDS and PKI Maintenance, v2.0, May 21, 2014
        RGLRFIDSdkProfilerTypeDoc9303LdsPkiMaintenance = 0x00000002
    }

    Swift

    struct RFIDSdkProfilerType : Equatable, RawRepresentable