BluetoothRecord class

Inheritance
Implementers

Constructors

BluetoothRecord({Map<EIRType, Uint8List>? attributes})

Properties

attributes Map<EIRType?, Uint8List>
getter/setter pair
basicInfoString String
no setterinherited
decodedType String?
getter/setter pairinherited
deviceName String
getter/setter pair
encodedType Uint8List?
getter/setter pairinherited
flags NDEFRecordFlags
getter/setter pairinherited
fullType String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id Uint8List?
getter/setter pairinherited
idString String
Hex String of id, return "(empty)" when the id bytes is null
getter/setter pairinherited
maxPayloadLength int?
no setterinherited
minPayloadLength int
no setterinherited
payload Uint8List?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tnf TypeNameFormat
getter/setter pairinherited
type Uint8List?
getter/setter pairinherited

Methods

encode() Uint8List
Encode this NDEFRecord to raw byte data.
inherited
getAttribute(EIRType type) Uint8List?
getIntValue(EIRType type) BigInt
isEqual(NDEFRecord other) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAttribute(EIRType? type, Uint8List value) → void
setIntValue(EIRType type, BigInt value) → void
toString() String
A string representation of this object.
inherited

Operators

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