fileformat/CardBlocks/CardIccIdentification.h
Go to the documentation of this file.
00001 #ifndef CARDICCIDENTIFICATION_H
00002 #define CARDICCIDENTIFICATION_H
00003 
00004 
00005 //This file was AUTO-GENERATED. Make changes in the generator script(./generate.py)
00006 //the derived classes or in the data definition
00007 
00008 
00009 
00010 #include "../DataTypes/ExtendedSerialNumber.h"
00011 #include "../DataTypes/RawData.h"
00012 #include "CardBlock.h"
00013 
00014 class CardIccIdentification : public CardBlock {
00015         Q_DECLARE_TR_FUNCTIONS(CardIccIdentification)
00016 public:
00017         
00018         int clockStop;
00019         ExtendedSerialNumber cardExtendedSerialNumber;
00020         RawData cardApprovalNumber;
00021         RawData cardPersonaliserID;
00022         RawData embedderIcAssemblerId;
00023         RawData icIdentifier;
00024 
00025         CardIccIdentification(const DataPointer& filewalker);
00027 QString className() const;
00028         QString title() const;
00029         static const int Type = 0x0002;
00030         virtual void printOn(Reporter& report) const;
00031 };
00032 
00033 
00034 #endif