Renesas PTX1xxR IoT-Reader API (non-OS) Version 7.3.1
Renesas Software Stack for IoT-Reader Applications (non-OS)
Data Fields

IOT Reader Main Structure (Context). More...

#include <ptx_IOT_READER.h>

Collaboration diagram for ptxIoTRd:
Collaboration graph

Data Fields

ptxStatus_Comps_t CompId
 
struct ptxPlat * Plat
 
struct ptxNSCNsc
 
ptxIoTRd_CardRegistry_tCardRegistry
 
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]
 

Detailed Description

IOT Reader Main Structure (Context).

Field Documentation

◆ BuffNtf

uint8_t BuffNtf[PTX_IOTRD_RF_MSG_MAX_SIZE]

POS buffer to keep NTF.

◆ BuffNtfIndex

uint32_t BuffNtfIndex

NTF Buffer index

◆ BuffNtfLen

size_t BuffNtfLen

Bytes used of /ref BuffNtf.

◆ CardRegistry

ptxIoTRd_CardRegistry_t* CardRegistry

Pointer to Card Registry.

◆ CompId

Component Id.

◆ DiscoverState

uint8_t DiscoverState

State of the discover process.

◆ Extension

Extensions Handlers (RFU).

◆ Hce

ptxHce_t Hce

Host Card Emulation Subcomponent

◆ LastRFError

uint8_t LastRFError

Last received RF-Error Status

◆ LPCDNtfCounter

uint8_t LPCDNtfCounter

Counts every incoming LPCD-Notification (max. 255)

◆ LpcdState

uint8_t LpcdState

State of the LPCD mechanism process.

◆ NrExtensions

uint8_t NrExtensions

Current number of registered Extensions (RFU).

◆ Nsc

struct ptxNSC* Nsc

Reference to Nsc Component.

◆ Plat

struct ptxPlat* Plat

Reference to Plat Component.

◆ PollMode

Poll Mode

◆ RfMsg

Rf Message received.

◆ rfResetFlag

uint8_t rfResetFlag

Flag to be set at RF resets, for use in T5T NativeTag etc.

◆ RSSIModeCfg

uint8_t RSSIModeCfg[5]

Internal Config-Buffer for RSSI-Mode

◆ StandbyActive

uint8_t StandbyActive

Flag indicating the Stand-by mode is currently used (e.g LPCD during RF-Discovery/-Polling)


The documentation for this struct was generated from the following file: