CardProtocol
public struct CardProtocol : OptionSet
SmartCard comms protocol representation
-
Bitmask encoded protocols
Declaration
Swift
public let rawValue: UInt
-
Declaration
Swift
public init(rawValue: UInt)
-
T=0 protocol
Declaration
Swift
public static let t0: CardProtocol
-
T=1 protocol
Declaration
Swift
public static let t1: CardProtocol
-
T=15 protocol
Declaration
Swift
public static let t15: CardProtocol
-
T=* protocol
Declaration
Swift
public static let any: CardProtocol