![]() |
EVE 1.0
|
Structure describes one parsed NDEF record. See standard NFC Data Exchange Format specification. More...
#include <nfc-ndef.h>
Data Fields | |
| uint8_t | MessageBegin:1 |
| Flag: Record is the beginning of the message. | |
| uint8_t | MessageEnd:1 |
| Flag: Record is the end of the message. | |
| uint8_t | RecordType:3 |
| Type Name Format Field (Well-known, External etc.) | |
| uint8_t * | TypeName |
| Pointer to Type Name. | |
| uint8_t | TypeLen |
| Type Name length. | |
| uint8_t * | Id |
| Pointer to Record ID. | |
| uint8_t | IdLen |
| Record ID length. | |
| uint8_t * | Data |
| Pointer to Record Payload. | |
| uint32_t | DataLen |
| Record Payload length. | |
Structure describes one parsed NDEF record. See standard NFC Data Exchange Format specification.
Definition at line 68 of file nfc-ndef.h.