#include <ManagerInterface.h>
Inheritance diagram for ConnectionBase:
Public Member Functions | |
virtual bool | isSecure () |
tells if the manager has a secure PIN input method, true for CTAPI | |
ConnectionBase (ManagerInterface &manager) | |
ConnectionBase (ManagerInterface &manager, unsigned int index, bool f) | |
Public Attributes | |
ManagerInterface & | mManager |
reference to Manager | |
uint | mIndex |
reader index | |
bool | mForceT0 |
force T0 protocol for connection | |
bool | mOwnConnection |
if false, we are using application-supplied connection handle |
ConnectionBase represents a connection of a smart card instance to reader, and holds the connection parameters. Concrete derivations are PCSCConnection and CTAPIConnection