SCPConnectionStatus
Objective-C
enum SCPConnectionStatus : NSUInteger {}
                Swift
enum ConnectionStatus : UInt, @unchecked Sendable
                The possible reader connection statuses for the SDK.
- 
                  
                  
The SDK is not connected to a reader.
Declaration
Objective-C
SCPConnectionStatusNotConnectedSwift
case notConnected = 0 - 
                  
                  
The SDK is connected to a reader.
Declaration
Objective-C
SCPConnectionStatusConnectedSwift
case connected = 1 - 
                  
                  
The SDK is currently connecting to a reader.
Declaration
Objective-C
SCPConnectionStatusConnectingSwift
case connecting = 2 
      SCPConnectionStatus Enumeration Reference