LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
infineonmydchip.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_INFINEONMYDCHIP_HPP
8#define LOGICALACCESS_INFINEONMYDCHIP_HPP
9
11#include <logicalaccess/plugins/cards/infineonmyd/lla_cards_infineonmyd_api.hpp>
12#include <string>
13#include <vector>
14#include <iostream>
15
16namespace logicalaccess
17{
18#define CHIP_INFINEONMYD "InfineonMYD"
19
23class LLA_CARDS_INFINEONMYD_API InfineonMYDChip : public ISO15693Chip
24{
25 public:
30
34 virtual ~InfineonMYDChip();
35
40 std::shared_ptr<LocationNode> getRootLocationNode() override;
41};
42}
43
44#endif
The ISO15693 base chip class.
Definition: iso15693chip.hpp:25
The Infineon My-D base chip class.
Definition: infineonmydchip.hpp:24
ISO15693 chip.
Definition: asn1.hpp:9