ST Expansion SW Team / libNDEF

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

Embed: (wiki syntax)

« Back to documentation index

lib_NDEF_Geo.h File Reference

lib_NDEF_Geo.h File Reference

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

Go to the source code of this file.

Functions

uint16_t NDEF_ReadGeo (sRecordInfo_t *pRecordStruct, sGeoInfo *pGeoStruct)
 This function read NDEF and retrieve Geo information if any.
uint16_t NDEF_WriteGeo (sGeoInfo *pGeoStruct, I2C *mi2cChannel)
 This function write the NDEF file with the geolocation data given in the structure.
void NDEF_PrepareGeoMessage (sGeoInfo *pGeoStruct, uint8_t *pNDEFMessage, uint16_t *size)
 This function write the NDEF file with the geolocation data given in the structure.

Detailed Description

This file help to manage Geolocation 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_Geo.h.