Classes

The following classes are available globally.

  • Main class, instanciate a reader list, manage slots, enable sending APDUs in transmit and control mode, etc

    Version

    Version 1.0

    Author

    SpringCard
    See more

    Declaration

    Swift

    public class SCardReaderList : NSObject, CBCentralManagerDelegate, CBPeripheralDelegate
  • Represents a channel

    You can get this object with a call to reader.cardConnect()

    Version

    Version 1.0

    Author

    SpringCard
    See more

    Declaration

    Swift

    public class SCardChannel : Equatable
  • Represents a slot

    You can get this object with a call to SCardReaderList.getReader()

    Remark

    This object implements the Equatable protocol

    Version

    Version 1.0

    Author

    SpringCard
    See more

    Declaration

    Swift

    public class SCardReader : Equatable