LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Functions
libraryentry.cpp File Reference
#include <string>
#include <memory>
#include <logicalaccess/plugins/cards/twic/twiccommands.hpp>
#include <logicalaccess/plugins/readers/iso7816/commands/twiciso7816commands.hpp>
#include <logicalaccess/plugins/readers/iso7816/commands/desfireiso7816commands.hpp>
#include <logicalaccess/plugins/readers/iso7816/commands/desfireev1iso7816commands.hpp>
#include <logicalaccess/plugins/readers/iso7816/commands/iso7816iso7816commands.hpp>
#include <logicalaccess/plugins/cards/desfire/desfirechip.hpp>
#include <logicalaccess/plugins/readers/iso7816/lla_readers_iso7816_api.hpp>

Functions

LLA_READERS_ISO7816_API char * getLibraryName ()
 
LLA_READERS_ISO7816_API void getTwicISO7816Commands (std::shared_ptr< logicalaccess::Commands > *commands)
 
LLA_READERS_ISO7816_API void getDESFireISO7816Commands (std::shared_ptr< logicalaccess::Commands > *commands)
 
LLA_READERS_ISO7816_API void setCryptoContextDESFireISO7816Commands (std::shared_ptr< logicalaccess::Commands > *commands, std::shared_ptr< logicalaccess::Chip > *chip)
 
LLA_READERS_ISO7816_API void getDESFireEV1ISO7816Commands (std::shared_ptr< logicalaccess::Commands > *commands)
 
LLA_READERS_ISO7816_API void setCryptoContextDESFireEV1ISO7816Commands (std::shared_ptr< logicalaccess::Commands > *commands, std::shared_ptr< logicalaccess::Chip > *chip)
 
LLA_READERS_ISO7816_API void getISO7816ISO7816Commands (std::shared_ptr< logicalaccess::Commands > *commands)
 

Function Documentation

◆ getDESFireEV1ISO7816Commands()

LLA_READERS_ISO7816_API void getDESFireEV1ISO7816Commands ( std::shared_ptr< logicalaccess::Commands > *  commands)

◆ getDESFireISO7816Commands()

LLA_READERS_ISO7816_API void getDESFireISO7816Commands ( std::shared_ptr< logicalaccess::Commands > *  commands)

◆ getISO7816ISO7816Commands()

LLA_READERS_ISO7816_API void getISO7816ISO7816Commands ( std::shared_ptr< logicalaccess::Commands > *  commands)

◆ getLibraryName()

LLA_READERS_ISO7816_API char * getLibraryName ( )

◆ getTwicISO7816Commands()

LLA_READERS_ISO7816_API void getTwicISO7816Commands ( std::shared_ptr< logicalaccess::Commands > *  commands)

◆ setCryptoContextDESFireEV1ISO7816Commands()

LLA_READERS_ISO7816_API void setCryptoContextDESFireEV1ISO7816Commands ( std::shared_ptr< logicalaccess::Commands > *  commands,
std::shared_ptr< logicalaccess::Chip > *  chip 
)

◆ setCryptoContextDESFireISO7816Commands()

LLA_READERS_ISO7816_API void setCryptoContextDESFireISO7816Commands ( std::shared_ptr< logicalaccess::Commands > *  commands,
std::shared_ptr< logicalaccess::Chip > *  chip 
)