Defined in File record-header.hpp
NDEFRecordHeader¶NDEF Record Header.
Public Functions
asByte()¶Creates a byte representation of the NDEFRecordHeader object passed.
byte representation of NDEFRecordHeader
operator==(const NDEFRecordHeader &rhs) const¶Public Members
tnf¶Type Name Format - identifies type of content the record contains.
il¶ID Length Flag - Indicates whether ID Length Field is present.
sr¶Short Record Flag - Indicates if PAYLOAD LENGTH field is 1 byte (0-255) or less.
cf¶Chunk Flag - Indicates if this the first record chunk or in the middle.
me¶Message End Flag - Indicates if this is the last record in the message.
mb¶Message Begin - Indicates if this is the start of an NDEF message.
Public Static Functions
from_byte(const uint8_t value)¶Create a new NDEFRecordHeader object from an byte of data.
NDEFRecordHeader object
value: octet (byte) of data to create NDEFRecordHeader object from