1 #ifndef ECOMMONFACADEMIFAREMIKROELEKTRONIKA2_H
2 #define ECOMMONFACADEMIFAREMIKROELEKTRONIKA2_H
10 class ECardDataStorage;
19 virtual bool GetCustomerProfileValidityEnd(
unsigned long &customerProfileValidityEnd,
unsigned char customerProfileIndex = 0,
signed char index = -1 );
20 virtual bool SetCustomerProfileValidityEnd(
unsigned long customerProfileValidityEnd,
unsigned char customerProfileIndex = 0,
signed char index = -1 );
22 virtual bool GetCustomerProfileValidityStart(
unsigned long &customerProfileValidityStart,
unsigned char customerProfileIndex = 0,
signed char index = -1 );
23 virtual bool SetCustomerProfileValidityStart(
unsigned long customerProfileValidityStart,
unsigned char customerProfileIndex = 0,
signed char index = -1 );
26 virtual bool SetCardType(
unsigned short cardType,
unsigned char customerProfileIndex,
signed char index = -1 );
41 #endif // ECOMMONFACADEMIFAREMIKROELEKTRONIKA2_H
virtual bool IsModifiedData()
virtual bool GetCardType(unsigned short &cardType, ECardFacadeDefines::CardTypeStandard &cardStandard, unsigned char customerProfileIndex, signed char index=-1)
ECommonFacadeMifareMikroelektronika2(ECardDataStorage *cardDataStorage)
EEventTripTicketPr __EDATAPTR d
Definition: EEventTripTicket.h:96
virtual ~ECommonFacadeMifareMikroelektronika2()
virtual bool SetCardType(unsigned short cardType, unsigned char customerProfileIndex, signed char index=-1)
Definition: ECommonFacadeMifare.h:11
virtual bool GetCustomerProfileValidityStart(unsigned long &customerProfileValidityStart, unsigned char customerProfileIndex=0, signed char index=-1)
Definition: ECommonFacadeMifareMikroelektronika2.h:11
virtual bool GetCustomerProfileValidityEnd(unsigned long &customerProfileValidityEnd, unsigned char customerProfileIndex=0, signed char index=-1)
__ECLASS DataClass
Definition: EEventUpdateCustomerData.h:35
card data storage, who fill if card readed
Definition: ECardDataStorage.h:59
virtual bool GetCustomerProfilesCount(unsigned char &customerProfilesCount)
virtual bool SetCustomerProfileValidityStart(unsigned long customerProfileValidityStart, unsigned char customerProfileIndex=0, signed char index=-1)
virtual bool SetCustomerProfileValidityEnd(unsigned long customerProfileValidityEnd, unsigned char customerProfileIndex=0, signed char index=-1)
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6
CardTypeStandard
Definition: ECardFacadeDefines.h:247