BluetoothEasyPairingRecord class
- Inheritance
-
- Object
- NDEFRecord
- MimeRecord
- BluetoothRecord
- BluetoothEasyPairingRecord
Constructors
-
BluetoothEasyPairingRecord({EPAddress? address, Map<
EIRType, Uint8List> ? attributes})
Properties
- address ↔ EPAddress?
-
getter/setter pair
-
attributes
↔ Map<
EIRType?, Uint8List> -
getter/setter pairinherited
- basicInfoString → String
-
no setterinherited
- decodedType ↔ String
-
getter/setter pairinherited-setteroverride-getter
- deviceClass ↔ DeviceClass
-
getter/setter pair
- deviceName ↔ String
-
getter/setter pairinherited
- 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 pairoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serviceClassList
→ List<
ServiceClass> -
no setter
- simplePairingHash192 ↔ BigInt
-
getter/setter pair
- simplePairingHash256 ↔ BigInt
-
getter/setter pair
- simplePairingRandomizer192 ↔ BigInt
-
getter/setter pair
- simplePairingRandomizer256 ↔ BigInt
-
getter/setter pair
- tnf ↔ TypeNameFormat
-
getter/setter pairinherited
- type ↔ Uint8List?
-
getter/setter pairinherited
Methods
-
addServiceClass(
ServiceClass serviceClass, {bool complete = false}) → void -
Add a service class, according to
complete
-
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