Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModewide
languagecpp
typedef struct {
tByte mADFName[MAX_AID_LENGTH];//0x4F
tByte mADFLen;
tByte mLabel[MAX_AID_LENGTH];//0x50
tByte mLabelLen;
tByte mPreferredName[MAX_AID_LENGTH];//0x9F12
tByte mPreferredNameLen;
tByte mPriorityIndicator;//0x87
tByte mLangagePreference[8];//0x5F2D
tByte mLangagePreferenceLen;
tByte mIssuerCodeTableIndex;//0x9F11
tByte mRemainingFCI[200];//0xBF0C. May contain Issuer Country Code 5F56 AND/OR Application Selection Flag DF62
tByte mRemainingFCILen;
tByte mBlocked;
tByte mCorrespondingAIDOrderNumber;// Order of the ADF in the AID list (application supported by terminal)

// Extension to support PPSE
tByte		mKernelIdentifier[8];//0x9F2A
tByte		mKernelIdentifierLen;
tByte		mRequestedKernelId;
tByte		mExtendedSelection[MAX_AID_LENGTH];//0x9F29
tByte		mExtendedSelectionLen;
} tADF;

...