SCM iOS API
Reader.h File Reference

Classes

class  Reader
 Class represents a smart card reader (either a physical, hardware reader, or a virtual smart card reader). More...
 

Enumerations

enum  ReaderStatus { UNAVAILABLE, MUTE, EXCLUSIVE, OK }
 An enumeration of the reader status that can be returned. More...
 

Enumeration Type Documentation

◆ ReaderStatus

An enumeration of the reader status that can be returned.

Enumerator
UNAVAILABLE 

Indicates the reader has been removerd (unplugged from the device).

MUTE 

The inserted card is mute (no answer on reset), the connection in therefore impossible.

EXCLUSIVE 

The reader is being used in exclusive mode by another process, the connection is impossible yet.

OK 

The reader is in normal state (whether a card is inserted or not).