LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
samav2chip.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_SAMAV2CHIP_HPP
8#define LOGICALACCESS_SAMAV2CHIP_HPP
9
12
13namespace logicalaccess
14{
15#define CHIP_SAMAV2 "SAM_AV2"
16
20class LLA_CARDS_SAMAV_API SAMAV2Chip : public SAMChip
21{
22 public:
26 SAMAV2Chip();
27
28 explicit SAMAV2Chip(std::string ct);
29
34
35 std::shared_ptr<SAMCommands<KeyEntryAV2Information, SETAV2>> getSAMAV2Commands() const
36 {
37 return std::dynamic_pointer_cast<SAMCommands<KeyEntryAV2Information, SETAV2>>(
38 getCommands());
39 }
40};
41}
42
43#endif /* LOGICALACCESS_SAMAV2CHIP_HPP */
The SAM chip class.
Definition: samav2chip.hpp:21
std::shared_ptr< SAMCommands< KeyEntryAV2Information, SETAV2 > > getSAMAV2Commands() const
Definition: samav2chip.hpp:35
The SAM chip base class.
Definition: samchip.hpp:20
Definition: asn1.hpp:9
SAM chip.