Versions Compared

Key

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

AgnosEP

ApplicationSelectionMethod (entrypoint.h)

Name

ApplicationSelectionMethod

Scope

Contactless only

Description

Signature

typedef tPaymentError (*ApplicationSelectionMethod)

...

tByte *MLIndex, tBoolean CL

)

KernelSelectionMethod (entrypoint.h)

Name

ApplicationSelectionMethod

Scope

Contactless only

Description

Signature

typedef tBoolean (*KernelSelectionMethod)

...

emvcallback (dataxchng.h)

Name

emvCallback

Scope

Contactless only

Description

This callback shall be defined to control the contactless transaction flow

Signature

typedef void (*emvcallback)

(

void* data

)

Agnos

Name

Scope

Contact and Contactless

Description

This callback shall be defined to control the contactless transaction flow

Signature

typedef void (*tGetDataCallback)(tBoolean lastRead, tBoolean *next)

Name

Scope

Contact and Contactless

Description

This callback shall be defined to control the contactless transaction flow

Signature

typedef void (*tBuildDOLCallback)(tWord tag, tByte length, tByte *DOLData)

Name

Scope

Contact and Contactless

Description

This callback shall be defined to control the contactless transaction flow

Signature

typedef void (*tStateCallback)(tAgnosState currentState, tBoolean *stop, tBoolean *bypass)