SpringCard PcscBridge SDK for .NET  20.09.25
The SDK for PcscBridge and the virtual PC/SC drivers
SpringCard.PCSC.Bridge.Client.ReaderNotificationInterface Interface Reference

Interface for the ReaderEngine itself, provided to the client application in ReaderInterface.Enable() More...

Inheritance diagram for SpringCard.PCSC.Bridge.Client.ReaderNotificationInterface:
SpringCard.PCSC.Bridge.Client.ReaderEngine

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...
 

Detailed Description

Interface for the ReaderEngine itself, provided to the client application in ReaderInterface.Enable()

Member Function Documentation

◆ NotifyInsert()

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.

Remarks

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.

◆ NotifyRemove()

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.

Remarks

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.


The documentation for this interface was generated from the following file: