Versions Compared

Key

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

...

AgnosDB

See agnosdatabase.h

AddTag_Contactless

Code Block
languagec
typedef void (*AddTag_Contactless)
(
tTagDataBase *db,
enum DataElementIndex idx,
const unsigned char checkRedundancy,
const unsigned char rule
)

Contactless only. This callback may be defined by a payment application to hook all the tag that are not statically supported by Agnos.

Setter: agnSetAddTagContactlessCallback

AddUnknownTag_Contactless

Code Block
languagec
typedef void (*AddUnknownTag_Contactless)
(
const unsigned char *tlv,
const unsigned char len
)

Contactless only.

Setter: agnSetAddUnknownTagContactlessCallback

...