Versions Compared

Key

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

...

Names

Comments

enpInitialize

Set internal context to prepare the entry point

enpConnectPaymentServices

Connect entry point onto available L2 CL kernels

enpReleasePaymentServices

Broadcast afsRelease to all L2 CL kernels

enpDisconnectPaymentServices

Disconnect entry point from connected L2 CL kernels

enpExecutePaymentTransaction

Main point of entry to initiate a CL transaction

tPaymentContext shall be set accordingly

tOutcomeParameter provides final status

Set sp to:

  • spSTART_A: to initiate a new transaction

  • spSTART_D: to activate the kernel used for the current transaction

  • spNO_START: to clean the context

enpSetPollingTimeout

Set time used during gpiPolling to detect a card presentation

enpSkipPollingOnNextStartB

When gpiPolling is performed from outside the entry point, its skips the gpiPolling skip gpiPolling call from inside the entry point to avoid double tap

enpSetKernelSelectionMethod

enpSetApplicationSelectionMethod

Set callback hooked after PPSE selection

enpSetLegacyXXXStatus

Set legacy selection rule for a given payment scheme

enpAreAllCLApplicationNotAllowed

enpGetPPSEFCI

PPSE’s FIC FCI is store so payment application can fetch any proprietary tags like 9F0A (ASPRD)

...