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 |
![]() | |
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 | |
![]() | |
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.