ST Expansion SW Team / libNDEF

Dependents:   mbed-os-nfc04a1 Wiagro-Lanza34-XDot

Embed: (wiki syntax)

« Back to documentation index

lib_NDEF_URI.h File Reference

lib_NDEF_URI.h File Reference

This file help to manage URI NDEF file. More...

Go to the source code of this file.

Functions

uint16_t NDEF_ReadURI (sRecordInfo_t *pRecordStruct, sURI_Info *pURI)
 This function read NDEF and retrieve URI information if any.
uint16_t NDEF_WriteURI (sURI_Info *pURI, I2C *mi2cChannel)
 This function write the NDEF file with the URI data given in the structure.
void NDEF_PrepareURIMessage (sURI_Info *pURI, uint8_t *pNDEFMessage, uint16_t *size)
 This function prepare the NDEF message with the URI data given in the structure.

Detailed Description

This file help to manage URI NDEF file.

Author:
MMY Application Team
Version:
Revision:
2475
Date:
Date:
2016-06-24 12:11:59 +0200 (Fri, 24 Jun 2016)
Attention:

© COPYRIGHT 2015 STMicroelectronics

Licensed under ST MYLIBERTY SOFTWARE LICENSE AGREEMENT (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:

http://www.st.com/myliberty

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, AND SPECIFICALLY DISCLAIMING THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. See the License for the specific language governing permissions and limitations under the License.

Definition in file lib_NDEF_URI.h.