Renesas PTX1xxR IoT-Reader API (non-OS) Version 7.3.1
Renesas Software Stack for IoT-Reader Applications (non-OS)
Data Structures | Typedefs | Enumerations
PTX NSC Stack Events
Collaboration diagram for PTX NSC Stack Events:

Data Structures

struct  ptxNSC_Event
 NSC event information. More...
 

Typedefs

typedef enum ptxNscEventId ptxNscEventId_t
 NSC Event types - events that reflect the current state of the NSC stack and that are available to application programs via the ptx<product stack>_Get_Event API.
 
typedef struct ptxNSC_Event ptxNSC_Event_t
 NSC event information.
 

Enumerations

enum  ptxNscEventId {
  NoEvent , NSC_EventRfAct_PassPoll_A , NSC_EventRfAct_PassPoll_B , NSC_EventRfAct_PassPoll_F ,
  NSC_EventRfAct_PassPoll_V , NSC_EventRfAct_Extension , NSC_EventRfAct_PassListen_A , NSC_EventRfDisc_PassPoll_A ,
  NSC_EventRfDisc_PassPoll_B , NSC_EventRfDisc_PassPoll_F , NSC_EventRfDisc_PassPoll_V , NSC_EventRfDisc_Extension ,
  NSC_EventRfDisc_LastOne , NSC_EventError , NSC_LPCDTrigered , NSC_RfTimeOutError ,
  NSC_EventRfDeact , NSC_Event_NfcDataMsg , NSC_Event_NfcCltMsg , NSC_Event_NfcDataMsg_Chained ,
  NSC_Event_RfCtr_ACK , NSC_Event_RfCtr_AttCmd , NSC_EventRfField_on , NSC_EventRfField_off ,
  NSC_EventDebug , UnspecifiedEvent
}
 NSC Event types - events that reflect the current state of the NSC stack and that are available to application programs via the ptx<product stack>_Get_Event API. More...
 

Detailed Description

Enumeration Type Documentation

◆ ptxNscEventId

NSC Event types - events that reflect the current state of the NSC stack and that are available to application programs via the ptx<product stack>_Get_Event API.

Enumerator
NoEvent 

No Event.

NSC_EventRfAct_PassPoll_A 

NSC_RF_ACTIVATE_NTF ( NFC-A passive poll mode )

NSC_EventRfAct_PassPoll_B 

NSC_RF_ACTIVATE_NTF ( NFC-B passive poll mode )

NSC_EventRfAct_PassPoll_F 

NSC_RF_ACTIVATE_NTF ( NFC-F passive poll mode )

NSC_EventRfAct_PassPoll_V 

NSC_RF_ACTIVATE_NTF ( NFC-V passive poll mode )

NSC_EventRfAct_Extension 

NSC_RF_ACTIVATE_NTF ( Extension (Prototype) )

NSC_EventRfAct_PassListen_A 

NSC_RF_ACTIVATE_NTF ( NFC-A passive listen mode )

NSC_EventRfDisc_PassPoll_A 

NSC_RF_DISCOVER_NTF ( NFC-A passive poll mode )

NSC_EventRfDisc_PassPoll_B 

NSC_RF_DISCOVER_NTF ( NFC-B passive poll mode )

NSC_EventRfDisc_PassPoll_F 

NSC_RF_DISCOVER_NTF ( NFC-F passive poll mode )

NSC_EventRfDisc_PassPoll_V 

NSC_RF_DISCOVER_NTF ( NFC-V passive poll mode )

NSC_EventRfDisc_Extension 

NSC_RF_DISCOVER_NTF ( Extension (Prototype) )

NSC_EventRfDisc_LastOne 

An empty NSC_RF_DISCOVER_NTF (without RF_TECH and RF_TECH specific parameters) indicates the end of RF resolution process.

NSC_EventError 

NSC_ERROR_NTF ( Error )

NSC_LPCDTrigered 

NSC_RF_LPCD_NTF

NSC_RfTimeOutError 

NSC_ERROR_NTF ( Error )

NSC_EventRfDeact 

NSC_RF_DEACTIVATE_NTF ( RF device deactivation )

NSC_Event_NfcDataMsg 

NSC_RF_MSG ( NFC transparent data (raw) message unchained)

NSC_Event_NfcCltMsg 

NSC_RF_CLT_MSG

NSC_Event_NfcDataMsg_Chained 

NSC_RF_MSG_CHAINED ( NFC transparent data (raw) message chained)

NSC_Event_RfCtr_ACK 

NSC_RFD_CTRL. Acknowledge (ACK) for ISO-DEP only.

NSC_Event_RfCtr_AttCmd 

NSC_RFD_CTRL. Attention (ATN) for NFC-DEP only.

NSC_EventRfField_on 

NSC_RF_FIELD_NTF ( RF field on )

NSC_EventRfField_off 

NSC_RF_FIELD_NTF ( RF field off )

NSC_EventDebug 

NSC_DEBUG_NTF ( debug )

UnspecifiedEvent 

Unknown Event.