RecordHeader Class

Definition

Record header of NDEF message

public class RecordHeader
type RecordHeader = class
Public Class RecordHeader
Inheritance
RecordHeader

Constructors

RecordHeader()

Create a full empty Record Header

RecordHeader(ReadOnlySpan<Byte>)

Create a header from a span of bytes

Properties

IdLength

Id Length

IsComposedMessage

True if it's a composed message

IsFirstMessage

True if it's the first NDEF Record in the Message

IsLastMessage

True if it's the last NDEF Record in the Message

Length

The Length of the Header

MessageFlag

Message flag

PayloadId

Payload Id

PayloadLength

Payload length

PayloadType

Payload Type

PayloadTypeLength

Length of the Payload Type

TypeNameFormat

Type of name format

Methods

Serialize(Span<Byte>)

Serialize the header

Applies to