The following tables list the members exposed by the CardTerminalManager type.

Name Description
Public event CardInsertedEvent Event that will be raised whenever a card is inserted in any one of the monitored card terminals primary slots.
Public event CardRemovedEvent Event that will be raised whenever a card is removed from any one of the monitored card terminals primary slots.
Public event CardRequiresRemovalEvent Event that will be raised whenever a card must be removed from any of the monitored card terminal's primary slot.
Public event CardTerminalFoundEvent Event that will be raised whenever the a card terminal (slot) gets found. Example: user connects an additional reader after the singleton already started.
Public event CardTerminalLostEvent Event that will be raised whenever the card terminal connection gets lost. Example: PC/SC smart card service stopped after terminal startup.
Top