Interface for the ReaderEngine itself, provided to the client application in ReaderInterface.Enable() More...
Public Member Functions | |
bool | NotifyInsert () |
Call this function to tell the ReaderEngine and the driver that a card has been inserted in the client application's virtual reader. More... | |
bool | NotifyRemove () |
Call this function to tell the ReaderEngine and the driver that a card has been removed from the client application's virtual reader. More... | |
Interface for the ReaderEngine itself, provided to the client application in ReaderInterface.Enable()
bool SpringCard.PCSC.Bridge.Client.ReaderNotificationInterface.NotifyInsert | ( | ) |
Call this function to tell the ReaderEngine and the driver that a card has been inserted in the client application's virtual reader.
This function returns false if it has failed to propagate the information to the driver (i.e. if the BridgeLink is down).
Implemented in SpringCard.PCSC.Bridge.Client.ReaderEngine.
bool SpringCard.PCSC.Bridge.Client.ReaderNotificationInterface.NotifyRemove | ( | ) |
Call this function to tell the ReaderEngine and the driver that a card has been removed from the client application's virtual reader.
This function returns false if it has failed to propagate the information to the driver (i.e. if the BridgeLink is down).
Implemented in SpringCard.PCSC.Bridge.Client.ReaderEngine.