AppCore
Loading...
Searching...
No Matches
ECommonFacadeMifareMikroelektronika1.h
Go to the documentation of this file.
1#ifndef ECOMMONFACADEMIFAREMIKROELEKTRONIKA1_H
2#define ECOMMONFACADEMIFAREMIKROELEKTRONIKA1_H
3
5
6namespace EM
7{
8 namespace CardFacade
9 {
10 class ECardDataStorage;
12 {
13 public:
16
17 virtual bool GetCustomerProfileValidityEnd( unsigned long &customerProfileValidityEnd, unsigned char customerProfileIndex = 0, signed char index = -1 );
18
19 virtual void Clear();
20 virtual bool IsModifiedData();
21
22 private:
24
25 class DataClass;
26 DataClass *d;
27
29 };
30 }
31}
32
33
34#endif // ECOMMONFACADEMIFAREMIKROELEKTRONIKA1_H
card data storage, who fill if card readed
Definition ECardDataStorage.h:60
Definition ECommonFacadeMifareMikroelektronika1.h:12
virtual bool GetCustomerProfileValidityEnd(unsigned long &customerProfileValidityEnd, unsigned char customerProfileIndex=0, signed char index=-1)
ECommonFacadeMifareMikroelektronika1(ECardDataStorage *cardDataStorage)
Definition ECommonFacadeMifare.h:12
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7