LibLogicalAccess
2.5.0
An Open Source RFID Library
|
Classes | |
class | Adapter |
Public Member Functions | |
GenericSessionGuard (Commands *cmd) | |
~GenericSessionGuard () | |
Private Attributes | |
std::shared_ptr< PCSCReaderCardAdapter > | rca_ |
Commands * | cmd_ |
std::shared_ptr< Adapter > | adapter_ |
This class setup a "Direct Transmit" channel to send mifare plus commands directly to the card.
The channel is setup in the constructor, and tore down in the destructor.
The ReaderCardAdapter from the command object is swapped out by this one (and the old one is set when this object goes out of scope)
|
explicit |
MifarePlusACSACR1222L_SL1Commands::GenericSessionGuard::~GenericSessionGuard | ( | ) |
|
private |
|
private |
|
private |
The "old" rca object.