Versions Compared

Key

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

Architecture

...

AgnosEP

ApplicationSelectionMethod (entrypoint.h)

Name

ApplicationSelectionMethod

...

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

KernelSelectionMethod (entrypoint.h)

Name

KernelSelectionMethod

...

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

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)

...