|
| ProxAccessControlCardService (std::shared_ptr< Chip > chip) |
| Constructor.
|
|
| ~ProxAccessControlCardService () |
| Destructor.
|
|
std::string | getCSType () override |
|
std::shared_ptr< Format > | readFormat (std::shared_ptr< Format > format, std::shared_ptr< Location > location, std::shared_ptr< AccessInfo > aiToUse) override |
| Read format from the card.
|
|
bool | writeFormat (std::shared_ptr< Format > format, std::shared_ptr< Location > location, std::shared_ptr< AccessInfo > aiToUse, std::shared_ptr< AccessInfo > aiToWrite) override |
| Write format to the card.
|
|
ByteVector | getPACSBits () const |
| Get the PACS bits of the card.
|
|
FormatList | getSupportedFormatList () override |
| Get the supported format list.
|
|
| AccessControlCardService (std::shared_ptr< Chip > chip) |
| Constructor.
|
|
virtual | ~AccessControlCardService () |
| Destructor.
|
|
std::string | getCSType () override |
|
virtual std::shared_ptr< Format > | readFormat (std::shared_ptr< Format > format, std::shared_ptr< Location > location, std::shared_ptr< AccessInfo > aiToUse) |
| Read format from the card.
|
|
SignatureResult | IKS_getPayloadSignature () const |
|
virtual bool | writeFormat (std::shared_ptr< Format > format, std::shared_ptr< Location > location, std::shared_ptr< AccessInfo > aiToUse, std::shared_ptr< AccessInfo > aiToWrite) |
| Write format to the card.
|
|
virtual FormatList | getSupportedFormatList () |
| Get the supported format list.
|
|
FormatList | getHIDWiegandFormatList () const |
| Get the HID Wiegand format list.
|
|
virtual ByteVector | getPACSBits (PACS_EXTRACTION_MODE) |
|
virtual void | writePACSBit (const ByteVector &pacsbits) |
|
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.
|
|
The Prox access control card service class.