This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ManagerInterface |
Abstraction of system smarcard managers. More... | |
struct | ConnectionBase |
Represents connection to smart card reader. More... | |
struct | Transaction |
Wraps a beginTransaction/endTransaction pair. More... | |
Typedefs | |
typedef unsigned int | uint |
typedef unsigned char | byte |
typedef unsigned short | word |
typedef unsigned long | dword |
typedef unsigned short | ushort |
typedef std::vector< byte > | ByteVec |
shorthand for std::vector<unsigned char>, used everywhere |