#include <CardIccIdentification.h>
Public Member Functions | |
CardIccIdentification (const DataPointer &filewalker) | |
QString | className () const |
returns "CardIccIdentification" | |
QString | title () const |
Possible title for the block (empty if unset) | |
virtual void | printOn (Reporter &report) const |
Public Attributes | |
int | clockStop |
ExtendedSerialNumber | cardExtendedSerialNumber |
RawData | cardApprovalNumber |
RawData | cardPersonaliserID |
RawData | embedderIcAssemblerId |
RawData | icIdentifier |
Static Public Attributes | |
static const int | Type = 0x0002 |
CardIccIdentification::CardIccIdentification | ( | const DataPointer & | filewalker | ) |
QString CardIccIdentification::className | ( | ) | const [virtual] |
returns "CardIccIdentification"
Reimplemented from CardBlock.
void CardIccIdentification::printOn | ( | Reporter & | report | ) | const [virtual] |
Reimplemented from TopLevelBlock.
References cardApprovalNumber, cardExtendedSerialNumber, cardPersonaliserID, clockStop, embedderIcAssemblerId, icIdentifier, Reporter::tagValuePair(), RawData::toString(), and Reporter::writeBlock().
QString CardIccIdentification::title | ( | ) | const [virtual] |
Possible title for the block (empty if unset)
Reimplemented from TopLevelBlock.
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
const int CardIccIdentification::Type = 0x0002 [static] |
Referenced by cardBlockFactory().