|
LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <uidchangerservice.hpp>
Public Member Functions | |
| UIDChangerCardService (std::shared_ptr< Chip > chip) | |
| virtual | ~UIDChangerCardService ()=default |
| virtual void | changeUID (const ByteVector &new_uid)=0 |
Public Member Functions inherited from logicalaccess::CardService | |
| virtual | ~CardService ()=default |
| CardService (std::shared_ptr< Chip > chip, CardServiceType serviceType) | |
| Constructor. | |
| virtual std::string | getCSType ()=0 |
| std::shared_ptr< Chip > | getChip () const |
| virtual CardServiceType | getServiceType () const |
| Get the card service type. | |
Additional Inherited Members | |
Protected Attributes inherited from logicalaccess::CardService | |
| std::shared_ptr< Chip > | d_chip |
| Chip object. | |
| CardServiceType | d_serviceType |
| Card service type. | |
This service operate mostly on "backup cards" whose UID can be changed.
|
explicit |
|
virtualdefault |
|
pure virtual |
Implemented in logicalaccess::MifareUltralightUIDChangerCardService.
1.9.6