AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ECommonFacadeMifareMikroelektronika1.h
Go to the documentation of this file.
1 #ifndef ECOMMONFACADEMIFAREMIKROELEKTRONIKA1_H
2 #define ECOMMONFACADEMIFAREMIKROELEKTRONIKA1_H
3 
4 #include "ECommonFacadeMifare.h"
5 
6 namespace 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
virtual bool GetCustomerProfileValidityEnd(unsigned long &customerProfileValidityEnd, unsigned char customerProfileIndex=0, signed char index=-1)
EEventTripTicketPr __EDATAPTR d
Definition: EEventTripTicket.h:96
Definition: ECommonFacadeMifareMikroelektronika1.h:11
Definition: ECommonFacadeMifare.h:11
__ECLASS DataClass
Definition: EEventUpdateCustomerData.h:35
card data storage, who fill if card readed
Definition: ECardDataStorage.h:59
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6
ECommonFacadeMifareMikroelektronika1(ECardDataStorage *cardDataStorage)