MessageFlag Enum

Definition

Message flag

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum MessageFlag
[<System.Flags>]
type MessageFlag = 
Public Enum MessageFlag
Inheritance
MessageFlag
Attributes

Fields

ChunkFlag 32

This is part of multi composed record

IdLength 8

Is the id length present or not

MessageBegin 128

The first record of a NDEF message

MessageEnd 64

The last record of a NDEF message

ShortRecord 16

Short message

Applies to