LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
mifarepluslocation.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_MIFAREPLUSLOCATION_HPP
8#define LOGICALACCESS_MIFAREPLUSLOCATION_HPP
9
11#include <logicalaccess/plugins/cards/mifareplus/lla_cards_mifareplus_api.hpp>
12#include <string>
13#include <vector>
14#include <iostream>
15
16namespace logicalaccess
17{
21class LLA_CARDS_MIFAREPLUS_API MifarePlusLocation : public MifareLocation
22{
23 public:
28
32 virtual ~MifarePlusLocation();
33};
34}
35
36#endif /* LOGICALACCESS_MIFAREPLUSLOCATION_HPP */
A Mifare location informations.
Definition: mifarelocation.hpp:22
A MifarePlus location informations.
Definition: mifarepluslocation.hpp:22
MifareLocation.
Definition: asn1.hpp:9