Versions Compared

Key

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

...

typedef void (*emvcallback)

(

void* data

)

Agnos

tGetDataCallback

Name

tGetDataCallback

Scope

...

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

tBuildDOLCallback

Name

Scope

Contactless only

Description

This callback shall be defined to control the contactless transaction flow

...

typedef void (*tBuildDOLCallback)

(

tWord tag,

tByte length,

tByte *DOLData

)

tStateCallback

Name

tStateCallback

Scope

Contact and Contactless

Description

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

Signature

typedef void (*tStateCallback)

(

tAgnosState currentState,

tBoolean *stop,

tBoolean *bypass

)