Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
2
Table of Contents
maxLevel

AgnosEP

See entrypoint.h

ApplicationSelectionMethod

Code Block
languagec
typedef tPaymentError (*ApplicationSelectionMethod)
(
tADFList *mutualList, // See Agnos/selection.h for structure definition
tByte *MLIndex,
tBoolean CL
)

Contactless only. This call is performed right after PPSE selection. That callback can be used to overload mutual list management.

Setrter: enpSetApplicationSelectionMethod

KernelSelectionMethod

Code Block
typedef tPaymentError (*KernelSelectionMethod)
(
tByte* kernelIdentifier, 
tByte kernelIdentifierLen,
tByte* requestedKernelIdentifier
)

Contactless only. This call is performed when requested kernel ID cannot be determined by the entry point. That callback can be use to map an undertermined kernel ID to a supported kernel ID.

Setter: enpSetKernelSelectionMethod

AgnosMW

emvcallback (dataxchng.h)

Name

emvCallback

...

Contactless only

Description

Reserved for contactless card processing applications.

Setter

agnSetBuildDOLCallback (see agnos.h)

...

Scope

Contactless

Description

Reserved for contactless card processing applications.

Setter

agnSetAddTagContactlessCallback (see agnosdatabase.h)

...