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.0Copyright
SpringCardDeclaration
Swift
public class SCardReaderList : NSObject, CBCentralManagerDelegate, CBPeripheralDelegate
-
Represents a channel
You can get this object with a call to
reader.cardConnect()
Version
Version 1.0Copyright
SpringCardDeclaration
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 protocolVersion
Version 1.0Copyright
SpringCardDeclaration
Swift
public class SCardReader : Equatable