▼NSpringCard | |
▼NPCSC | |
▼NBridge | |
▼NClient | |
CCcidCommand | CCID commands |
CCcidFrame | Implementation of the CCID frames that are exchanged between the PC/SC Bridge (and the driver behind it) and the reader (or virtual reader application) |
CCcidResponse | CCID responses |
CLibrary | DLL control and version |
CReaderEngine | Engine to run the reader-side of a PC/SC Bridge |
CReaderInterface | Reader-side interfaces - To be implemented by the client application |
CReaderNotificationInterface | Interface for the ReaderEngine itself, provided to the client application in ReaderInterface.Enable() |
▼NLink | |
▼CBridgeLink | Abstract 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 |
CIClient | Interface to be implemented if the link behaves as a client (i.e. our end is the initiator of the connection to the other end) |
CIServer | Interface to be implemented if the link behaves as a client (i.e. the other end is the initiator of the connection to ours) |
CPipeClient | Implementation of a BridgeLink when our end is the client of a named pipe (the other end shall be a PipeServer) |
CPipeServer | Implementation of a BridgeLink when our end is a named pipe server (the other end shall be a PipeClient) |
CTcpClient | Implementation of a BridgeLink when our end is the client of a TCP server socket (the other end shall be a TcpServer) |
CTcpServer | Implementation of a BridgeLink when our end is a TCP server socket (the other end shall be a TcpClient) |
CLibrary | DLL control and version |