LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
uidchangerservice.hpp
Go to the documentation of this file.
1#pragma once
2
5#include <vector>
6
7namespace logicalaccess
8{
13class LLA_CORE_API UIDChangerCardService : public CardService
14{
15 public:
16 explicit UIDChangerCardService(std::shared_ptr<Chip> chip);
17 virtual ~UIDChangerCardService() = default;
18
19 virtual void changeUID(const ByteVector &new_uid) = 0;
20};
21}
Card service.
The base card service class for all services.
Definition: cardservice.hpp:50
Definition: uidchangerservice.hpp:14
virtual ~UIDChangerCardService()=default
virtual void changeUID(const ByteVector &new_uid)=0
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80
Definition: asn1.hpp:9