CardProtocol

public struct CardProtocol : OptionSet

SmartCard comms protocol representation

  • Bitmask encoded protocols

    Declaration

    Swift

    public let rawValue: UInt
  • Declaration

    Swift

    public init(rawValue: UInt)
  • t0

    T=0 protocol

    Declaration

    Swift

    public static let t0: CardProtocol
  • t1

    T=1 protocol

    Declaration

    Swift

    public static let t1: CardProtocol
  • t15

    T=15 protocol

    Declaration

    Swift

    public static let t15: CardProtocol
  • any

    T=* protocol

    Declaration

    Swift

    public static let any: CardProtocol