ReaderStatus
@frozen
public enum ReaderStatus
Represents a reader status that can be returned.
-
Indicates that the reader has been removed (unplugged from the device).
Declaration
Swift
case UNAVAILABLE
-
The inserted card is mute (no answer on reset), the connection is therefore impossible.
Declaration
Swift
case MUTE
-
The reader is being used in exclusive mode by another process, the connection is impossible yet.
Declaration
Swift
case EXCLUSIVE
-
The reader is in normal state (whether a card is inserted or not).
Declaration
Swift
case OK