#include <ManagerInterface.h>
Collaboration diagram for Transaction:
Public Member Functions | |
Transaction (ManagerInterface &manager, ConnectionBase *connection) | |
Public Attributes | |
ManagerInterface & | mManager |
ConnectionBase * | mConnection |
Transaction wraps a beginTransaction/endTransaction pair, so functions can be performed on cards without interruptions. It needs to be instanced from a given smart card function that needs to be performed as an atomic unit