Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
Typedefs | Enumerations | Functions
Common API

Typedefs

typedef enum ptxIotRd_Demo_State ptxIotRd_Demo_State_t
 

Enumerations

enum  ptxIotRd_Demo_State {
  IoTRd_DemoState_WaitForActivation , IoTRd_DemoState_DataExchange , IoTRd_DemoState_SelectCard , IoTRd_DemoState_DeactivateReader ,
  IoTRd_DemoState_SystemError , IoTRd_DemoState_HostCardEmulation , IoTRd_DemoState_Undefined
}
 

Functions

void ptxIoTRdInt_Print_Revision_Info (void *stackComp)
 Retrieves / Prints all available revision informations provided by the system.
 
void ptxIoTRdInt_Get_Card_Details (ptxIoTRd_CardRegistry_t *cardRegistry, ptxIoTRd_CardParams_t *cardParams, uint8_t nr)
 Get details of a card placed into RF field.
 
ptxStatus_t ptxIoTRdInt_DemoState_WaitForActivation (void *stackComp, ptxIoTRd_CardRegistry_t *cardRegistry, ptxIotRd_Demo_State_t *demoState)
 Function representing demo state "wait for activation".
 
ptxStatus_t ptxIoTRdInt_DemoState_SelectCard (void *stackComp, ptxIoTRd_CardRegistry_t *cardRegistry, ptxIotRd_Demo_State_t *demoState, bool *exitLoop)
 Function representing demo state "select card".
 
ptxStatus_t ptxIoTRdInt_DemoState_DeactivateReader (void *stackComp, ptxIotRd_Demo_State_t *demoState, bool *exitLoop)
 Function representing demo state "deactivate reader".
 
uint8_t ptxIoTRdInt_DemoState_SystemError (void *stackComp, ptxIoTRd_CardRegistry_t *cardRegistry, ptxIotRd_Demo_State_t *demoState, uint8_t *systemState, bool *exitLoop)
 Function representing demo state "system error".
 
ptxStatus_t ptxIoTRdInt_DemoState_SelectCard_TypeA (void *stackComp, ptxIoTRd_CardRegistry_t *cardRegistry)
 Function representing demo state "select card", with card type A.
 
ptxStatus_t ptxIoTRdInt_DemoState_SelectCard_TypeB (void *stackComp, ptxIoTRd_CardRegistry_t *cardRegistry)
 Function representing demo state "select card", with card type B.
 
ptxStatus_t ptxIoTRdInt_DemoState_SelectCard_TypeF (void *stackComp, ptxIoTRd_CardRegistry_t *cardRegistry)
 Function representing demo state "select card", with card type F.
 
ptxStatus_t ptxIoTRdInt_DemoState_SelectCard_TypeV (void *stackComp, ptxIoTRd_CardRegistry_t *cardRegistry)
 Function representing demo state "select card", with card type V.
 
ptxStatus_t ptxIoTRdInt_DemoState_SelectCard_TypeExtension (void *stackComp, ptxIoTRd_CardRegistry_t *cardRegistry)
 Function representing demo state "select card", with card type Extension.
 
ptxStatus_t ptxIoTRdInt_DemoState_HostCardEmulation (void *stackComp, ptxIotRd_Demo_State_t *demoState, ptxT4T_t *t4t)
 Function representing demo state "host card emulation", emulating T4T.
 

Detailed Description

Typedef Documentation

◆ ptxIotRd_Demo_State_t

The list of possible IoT states for the demo application.

Enumeration Type Documentation

◆ ptxIotRd_Demo_State

The list of possible IoT states for the demo application.