NdefTypeNameFormat enum

Represents the NDEF Type-Name-Format as defined by the NFC specification.

Inheritance

Constructors

NdefTypeNameFormat()
const

Values

empty → const NdefTypeNameFormat

The record contains no data.

nfcWellknown → const NdefTypeNameFormat

The record contains well-known NFC record type data.

media → const NdefTypeNameFormat

The record contains media data as defined by RFC 2046.

absoluteUri → const NdefTypeNameFormat

The record contains uniform resource identifier.

nfcExternal → const NdefTypeNameFormat

The record contains NFC external type data.

unknown → const NdefTypeNameFormat

The record type is unknown.

unchanged → const NdefTypeNameFormat

The record is part of a series of records containing chunked data.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<NdefTypeNameFormat>
A constant List of the values in this enum, in order of their declaration.