|
Renesas PTX1xxR IoT-Reader API (non-OS) Version 7.3.1
Renesas Software Stack for IoT-Reader Applications (non-OS)
|
IOT Reader Main Structure (Context). More...
#include <ptx_IOT_READER.h>

Data Fields | |
| ptxStatus_Comps_t | CompId |
| struct ptxPlat * | Plat |
| struct ptxNSC * | Nsc |
| ptxIoTRd_CardRegistry_t * | CardRegistry |
| uint8_t | DiscoverState |
| uint8_t | LpcdState |
| ptxIoTRd_RfMsg_t | RfMsg |
| uint8_t | LastRFError |
| uint8_t | BuffNtf [PTX_IOTRD_RF_MSG_MAX_SIZE] |
| size_t | BuffNtfLen |
| uint32_t | BuffNtfIndex |
| ptxHce_t | Hce |
| ptxNSC_PollType_t | PollMode |
| uint8_t | rfResetFlag |
| uint8_t | RSSIModeCfg [5] |
| uint8_t | LPCDNtfCounter |
| uint8_t | StandbyActive |
| uint8_t | NrExtensions |
| ptxIoTRd_Extension_t | Extension [PTX_IOTRD_MAX_EXTENSIONS] |
IOT Reader Main Structure (Context).
| uint8_t BuffNtf[PTX_IOTRD_RF_MSG_MAX_SIZE] |
POS buffer to keep NTF.
| uint32_t BuffNtfIndex |
NTF Buffer index
| size_t BuffNtfLen |
Bytes used of /ref BuffNtf.
| ptxIoTRd_CardRegistry_t* CardRegistry |
Pointer to Card Registry.
| ptxStatus_Comps_t CompId |
Component Id.
| uint8_t DiscoverState |
State of the discover process.
| ptxIoTRd_Extension_t Extension[PTX_IOTRD_MAX_EXTENSIONS] |
Extensions Handlers (RFU).
| ptxHce_t Hce |
Host Card Emulation Subcomponent
| uint8_t LastRFError |
Last received RF-Error Status
| uint8_t LPCDNtfCounter |
Counts every incoming LPCD-Notification (max. 255)
| uint8_t LpcdState |
State of the LPCD mechanism process.
| uint8_t NrExtensions |
Current number of registered Extensions (RFU).
| struct ptxNSC* Nsc |
Reference to Nsc Component.
| struct ptxPlat* Plat |
Reference to Plat Component.
| ptxNSC_PollType_t PollMode |
Poll Mode
| ptxIoTRd_RfMsg_t RfMsg |
Rf Message received.
| uint8_t rfResetFlag |
Flag to be set at RF resets, for use in T5T NativeTag etc.
| uint8_t RSSIModeCfg[5] |
Internal Config-Buffer for RSSI-Mode
| uint8_t StandbyActive |
Flag indicating the Stand-by mode is currently used (e.g LPCD during RF-Discovery/-Polling)