|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
#include <stdint.h>#include "ptxNativeTag_T3T.h"#include "ptxNDEF_Defines.h"#include "ptx_Status.h"

Go to the source code of this file.
Data Structures | |
| struct | ptxNDEF_T3TOP_InitParams |
| T3T NDEF OP Initialization Parameters. More... | |
| struct | ptxNDEF_T3TOP_CC |
| T3T NDEF OP Capability Container Parameters. More... | |
| struct | ptxNDEF_T3TOP |
| T3T NDEF OP Component. More... | |
Macros | |
T3T Tag specific size definitions and limits. | |
| #define | PTX_T3T_BLOCK_SIZE (uint8_t)16u |
| #define | PTX_T3T_RFU_SIZE (uint8_t)4u |
| #define | PTX_T3T_DEFAULT_TIMEOUT_MS (uint32_t)500 |
| #define | PTX_T3T_SUPPORTED_VERSION (uint8_t)0x10 |
Typedefs | |
| typedef struct ptxNDEF_T3TOP_InitParams | ptxNDEF_T3TOP_InitParams_t |
| T3T NDEF OP Initialization Parameters. | |
| typedef struct ptxNDEF_T3TOP_CC | ptxNDEF_T3TOP_CC_t |
| T3T NDEF OP Capability Container Parameters. | |
| typedef struct ptxNDEF_T3TOP | ptxNDEF_T3TOP_t |
| T3T NDEF OP Component. | |
Functions | |
| PTX_API_LIBFUNC ptxStatus_t | ptxNDEF_T3TOpOpen (ptxNDEF_T3TOP_t *t3tOpComp, ptxNDEF_T3TOP_InitParams_t *initParams) |
| Initialize / Open the T3T OP Component. | |
| PTX_API_LIBFUNC ptxStatus_t | ptxNDEF_T3TOpFormatTag (ptxNDEF_T3TOP_t *t3tOpComp) |
| Formats a Type 3 Tag to INITIALIZED state. | |
| PTX_API_LIBFUNC ptxStatus_t | ptxNDEF_T3TOpCheckMessage (ptxNDEF_T3TOP_t *t3tOpComp) |
| Checks if a NDEF-message is present on the given Tag (or not). | |
| PTX_API_LIBFUNC ptxStatus_t | ptxNDEF_T3TOpReadMessage (ptxNDEF_T3TOP_t *t3tOpComp, uint8_t *msgBuffer, uint32_t *msgLen) |
| Reads a NDEF-message from a given Tag. | |
| PTX_API_LIBFUNC ptxStatus_t | ptxNDEF_T3TOpWriteMessage (ptxNDEF_T3TOP_t *t3tOpComp, uint8_t *msgBuffer, uint32_t msgLen) |
| Writes a NDEF-message onto a given Tag. | |
| PTX_API_LIBFUNC ptxStatus_t | ptxNDEF_T3TOpLockTag (ptxNDEF_T3TOP_t *t3tOpComp) |
| Puts a Tag into READ-ONLY state (Attention: This is a irreversible Operation!). | |
| PTX_API_LIBFUNC ptxStatus_t | ptxNDEF_T3TOpClose (ptxNDEF_T3TOP_t *t3tOpComp) |
| Unitialize / Close the T3T OP Component. | |
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:
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
Project : PTX1K Module : NDEF T3T OPERATION API File : ptxNDEF_T3TOP.h
Description : Tag Type 3 NDEF Operation API (IOT READER - Extension)