|
Renesas PTX1xxR IoT-Reader API (non-OS) Version 7.3.1
Renesas Software Stack for IoT-Reader Applications (non-OS)
|
Card Registry structure. More...
#include <ptx_IOT_READER.h>

Data Fields | |
| ptxIoTRd_CardParams_t | Cards [PTX_IOTRD_MAX_SUPPORTED_DEVICES] |
| uint8_t | NrCards |
| ptxIoTRd_CardParams_t * | ActiveCard |
| ptxIoTRd_CardProtocol_t | ActiveCardProtType |
| uint8_t | ActiveCardProtInfoLen |
| uint8_t | ActiveCardProtInfo [PTX_IOTRD_HIGH_LEVEL_PROT_MAX_SIZE] |
| uint8_t | ActiveCardProtSpeed |
Card Registry structure.
| ptxIoTRd_CardParams_t* ActiveCard |
Registry. Active Card.
| uint8_t ActiveCardProtInfo[PTX_IOTRD_HIGH_LEVEL_PROT_MAX_SIZE] |
Registry. Active Card protocol info.
| uint8_t ActiveCardProtInfoLen |
Registry. Active Card Length of protocol info.
| uint8_t ActiveCardProtSpeed |
Registry. Active Card Speed.
| ptxIoTRd_CardProtocol_t ActiveCardProtType |
Registry. Active Card Protocol. Note: Availability of High-level protocol information is optional (e.g. not available for T2T, T5T)
Registry. Cards parameters.
| uint8_t NrCards |
Registry. Number of Cards.