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