LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
tagitcommands.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_TAGITCOMMANDS_HPP
8#define LOGICALACCESS_TAGITCOMMANDS_HPP
9
10#include <logicalaccess/key.hpp>
12#include <logicalaccess/plugins/cards/tagit/lla_cards_tagit_api.hpp>
13
14namespace logicalaccess
15{
19class LLA_CARDS_TAGIT_API TagItCommands
20{
21 public:
27 static bool isLocked(std::shared_ptr<ISO15693Commands> cmd, unsigned char block);
28};
29}
30
31#endif
The Tag-It commands base class.
Definition: tagitcommands.hpp:20
ISO15693 commands.
Definition: asn1.hpp:9