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