RGLRFIDSessionDataStatus
Objective-C
@interface RGLRFIDSessionDataStatus : NSObject
Swift
class RFIDSessionDataStatus : NSObject
Container for a RFID related scanning statuses.
-
Summary of all RFID results.
Declaration
Objective-C
@property (nonatomic, readonly) RGLCheckResult overallStatus;Swift
var overallStatus: CheckResult { get } -
Acitve authentication status.
Declaration
Objective-C
@property (nonatomic, readonly) RGLCheckResult AA;Swift
var aa: CheckResult { get } -
Basics access control status.
Declaration
Objective-C
@property (nonatomic, readonly) RGLCheckResult BAC;Swift
var bac: CheckResult { get } -
Chip authentication status.
Declaration
Objective-C
@property (nonatomic, readonly) RGLCheckResult CA;Swift
var ca: CheckResult { get } -
Passive authentication status.
Declaration
Objective-C
@property (nonatomic, readonly) RGLCheckResult PA;Swift
var pa: CheckResult { get } -
Password authenticated connection establishment status.
Declaration
Objective-C
@property (nonatomic, readonly) RGLCheckResult PACE;Swift
var pace: CheckResult { get } -
Terminal authentication status.
Declaration
Objective-C
@property (nonatomic, readonly) RGLCheckResult TA;Swift
var ta: CheckResult { get } -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE