BluetoothLowEnergyRecord class
- Inheritance
-
- Object
- NDEFRecord
- MimeRecord
- BluetoothRecord
- BluetoothLowEnergyRecord
Constructors
-
BluetoothLowEnergyRecord({Map<
EIRType, Uint8List> ? attributes})
Properties
- address ↔ LEAddress?
-
getter/setter pair
- appearance ↔ String?
-
getter/setter pair
-
attributes
↔ Map<
EIRType?, Uint8List> -
getter/setter pairinherited
- basicInfoString → String
-
no setterinherited
- decodedType ↔ String
-
getter/setter pairinherited-setteroverride-getter
- deviceName ↔ String
-
getter/setter pairinherited
- encodedType ↔ Uint8List?
-
getter/setter pairinherited
- flags ↔ NDEFRecordFlags
-
getter/setter pairinherited
-
flagsEIR
↔ List<
String> ? -
getter/setter pair
- 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
- leSecureConnectionsConfirmationValue ↔ BigInt
-
getter/setter pair
- leSecureConnectionsRandomValue ↔ BigInt
-
getter/setter pair
- maxPayloadLength → int?
-
no setterinherited
- minPayloadLength → int
-
no setterinherited
- payload ↔ Uint8List?
-
getter/setter pairoverride
- roleCapabilities ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityManagerTKValue ↔ BigInt
-
getter/setter pair
- 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? -
inherited
-
getIntValue(
EIRType type) → BigInt -
inherited
-
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 -
inherited
-
setIntValue(
EIRType type, BigInt value) → void -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited