Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
Data Structures | Typedefs | Functions
ptxNativeTag_T4T.h File Reference
#include <stdint.h>
#include "ptx_Status.h"
Include dependency graph for ptxNativeTag_T4T.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ptxNativeTag_T4T_InitParams
 T4T Native Tag Initialization Parameters. More...
 
struct  ptxNativeTag_T4T_CAPDUFields
 T4T CAPDU fields struct. More...
 
struct  ptxNativeTag_T4T
 T4T Native Tag Component. More...
 

Macros

T4T Tag specific definitions
#define PTX_T4T_MIN_TX_BUFFER_SIZE   (uint32_t)256
 

Typedefs

typedef struct ptxNativeTag_T4T_InitParams ptxNativeTag_T4T_InitParams_t
 T4T Native Tag Initialization Parameters.
 
typedef struct ptxNativeTag_T4T_CAPDUFields ptxNativeTag_T4T_CAPDUFields_t
 T4T CAPDU fields struct.
 
typedef struct ptxNativeTag_T4T ptxNativeTag_T4T_t
 T4T Native Tag Component.
 

Functions

PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T4TOpen (ptxNativeTag_T4T_t *t4tComp, ptxNativeTag_T4T_InitParams_t *initParams)
 Initialize / Open the T4T Native Tag Component.
 
PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T4TSelect (ptxNativeTag_T4T_t *t4tComp, uint8_t paramByte1, uint8_t paramByte2, uint8_t *data, uint8_t nbrDataBytes, uint8_t expectedResponseLen, uint8_t *rx, size_t *rxLen, uint32_t msTimeout)
 Select command for Native Tag T4T.
 
PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T4TReadBinary (ptxNativeTag_T4T_t *t4tComp, uint16_t offset, uint8_t nbrExpectedBytes, uint8_t *rx, size_t *rxLen, uint32_t msTimeout)
 Read Binary command for Native Tag T4T.
 
PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T4TReadBinaryODO (ptxNativeTag_T4T_t *t4tComp, uint32_t offset, uint8_t nbrExpectedBytes, uint8_t *rx, size_t *rxLen, uint32_t msTimeout)
 Read Binary command for Native Tag T4T.
 
PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T4TUpdateBinary (ptxNativeTag_T4T_t *t4tComp, uint16_t offset, uint8_t *data, uint8_t nbrDataBytes, uint8_t *rx, size_t *rxLen, uint32_t msTimeout)
 Update Binary command for Native Tag T4T.
 
PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T4TUpdateBinaryODO (ptxNativeTag_T4T_t *t4tComp, uint32_t offset, uint8_t *data, uint8_t nbrDataBytes, uint8_t *rx, size_t *rxLen, uint32_t msTimeout)
 Update Binary command for Native Tag T4T.
 
PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T4TClose (ptxNativeTag_T4T_t *t4tComp)
 Uninitialize / Close the T4T Native Tag Component.
 

Detailed Description

SPDX-License-Identifier: BSD-3-Clause

Copyright (c) 2026, Renesas Electronics Corporation and/or its affiliates

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of Renesas nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY Renesas "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RENESAS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT

OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Project : PTX1K Module : NATIVE TAG API File : ptxNativeTag_T4T.h

Description : Native Tag API for NFC Forum Tag Type 4 (IOT READER - Extension)