LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
iso7816resultchecker.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_ISO7816RESULTCHECKER_HPP
8#define LOGICALACCESS_ISO7816RESULTCHECKER_HPP
9
11#include <logicalaccess/plugins/readers/iso7816/lla_readers_iso7816_api.hpp>
12
13namespace logicalaccess
14{
18class LLA_READERS_ISO7816_API ISO7816ResultChecker : public ResultChecker
19{
20 public:
22
23 virtual ~ISO7816ResultChecker();
24};
25}
26
27#endif
The ISO 7816 result checker.
Definition: iso7816resultchecker.hpp:19
A result checker base class.
Definition: resultchecker.hpp:22
Definition: asn1.hpp:9
Base result checker.