RGLRFIDSdkProfilerType
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
Undocumented
-
Doc 9303, 6th edition, 2006
Declaration
Objective-C
RGLRFIDSdkProfilerTypeDoc9303Edition2006 = 0x00000001
-
LDS and PKI Maintenance, v2.0, May 21, 2014
Declaration
Objective-C
RGLRFIDSdkProfilerTypeDoc9303LdsPkiMaintenance = 0x00000002