Versions Compared

Key

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

...

emvcallback (dataxchng.h)

Name

emvCallback

Scope

Contactless only

Description

This callback shall be defined to control the contactless transaction flow.

Signature

typedef void (*emvcallback)

...

tGetDataCallback (agnostype.h)

Name

tGetDataCallback

Scope

Contact and Contactless

Description

This callback shall be defined to control the contactless transaction flow

Signature

typedef void (*tGetDataCallback)

(

tBoolean lastRead,

tBoolean *next

)

tBuildDOLCallback (agnostype.h)

Name

Scope

Contactless only

Description

This callback shall be defined to control the contactless transaction flow

Signature

typedef void (*tBuildDOLCallback)

...

tStateCallback (agnostype.h)

Name

tStateCallback

Scope

Contact and Contactless

Description

This callback shall be defined to control the EMV transaction flow and be called at each state defined by Agnos (see tAgnosState in agnostype.h)

Signature

typedef void (*tStateCallback)

...