LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
tagitchip.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_TAGITCHIP_HPP
8#define LOGICALACCESS_TAGITCHIP_HPP
9
12#include <logicalaccess/plugins/cards/tagit/lla_cards_tagit_api.hpp>
13#include <string>
14#include <vector>
15#include <iostream>
16
17namespace logicalaccess
18{
19#define CHIP_TAGIT "TagIt"
20
24class LLA_CARDS_TAGIT_API TagItChip : public ISO15693Chip
25{
26 public:
30 TagItChip();
31
35 virtual ~TagItChip();
36
41 std::shared_ptr<LocationNode> getRootLocationNode() override;
42};
43}
44
45#endif
The ISO15693 base chip class.
Definition: iso15693chip.hpp:25
The Tag-It base chip class.
Definition: tagitchip.hpp:25
ISO15693 chip.
Definition: asn1.hpp:9
Tag-It commands.