SpringCard PcscBridge SDK for .NET  20.09.25
The SDK for PcscBridge and the virtual PC/SC drivers
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CSpringCard.PCSC.Bridge.Link.BridgeLinkAbstract communication class between the PC/SC Bridge application (and the driver behind it) and remote reader or a client application implementing the reader-end of the solution
 CSpringCard.PCSC.Bridge.Link.BridgeLink.PipeClientImplementation of a BridgeLink when our end is the client of a named pipe (the other end shall be a PipeServer)
 CSpringCard.PCSC.Bridge.Link.BridgeLink.PipeServerImplementation of a BridgeLink when our end is a named pipe server (the other end shall be a PipeClient)
 CSpringCard.PCSC.Bridge.Link.BridgeLink.TcpClientImplementation of a BridgeLink when our end is the client of a TCP server socket (the other end shall be a TcpServer)
 CSpringCard.PCSC.Bridge.Link.BridgeLink.TcpServerImplementation of a BridgeLink when our end is a TCP server socket (the other end shall be a TcpClient)
 CSpringCard.PCSC.Bridge.Client.CcidFrameImplementation of the CCID frames that are exchanged between the PC/SC Bridge (and the driver behind it) and the reader (or virtual reader application)
 CSpringCard.PCSC.Bridge.Client.CcidCommandCCID commands
 CSpringCard.PCSC.Bridge.Client.CcidResponseCCID responses
 CSpringCard.PCSC.Bridge.Link.BridgeLink.IClientInterface to be implemented if the link behaves as a client (i.e. our end is the initiator of the connection to the other end)
 CSpringCard.PCSC.Bridge.Link.BridgeLink.PipeClientImplementation of a BridgeLink when our end is the client of a named pipe (the other end shall be a PipeServer)
 CSpringCard.PCSC.Bridge.Link.BridgeLink.TcpClientImplementation of a BridgeLink when our end is the client of a TCP server socket (the other end shall be a TcpServer)
 CSpringCard.PCSC.Bridge.Link.BridgeLink.IServerInterface to be implemented if the link behaves as a client (i.e. the other end is the initiator of the connection to ours)
 CSpringCard.PCSC.Bridge.Link.BridgeLink.PipeServerImplementation of a BridgeLink when our end is a named pipe server (the other end shall be a PipeClient)
 CSpringCard.PCSC.Bridge.Link.BridgeLink.TcpServerImplementation of a BridgeLink when our end is a TCP server socket (the other end shall be a TcpClient)
 CSpringCard.PCSC.Bridge.Link.LibraryDLL control and version
 CSpringCard.PCSC.Bridge.Client.LibraryDLL control and version
 CSpringCard.PCSC.Bridge.Client.ReaderInterfaceReader-side interfaces - To be implemented by the client application
 CSpringCard.PCSC.Bridge.Client.ReaderNotificationInterfaceInterface for the ReaderEngine itself, provided to the client application in ReaderInterface.Enable()
 CSpringCard.PCSC.Bridge.Client.ReaderEngineEngine to run the reader-side of a PC/SC Bridge