ODIDMetadata class
Constructors
- ODIDMetadata.new({required String macAddress, required MessageSource source, int? rssi, String? btName, int? frequency, int? centerFreq0, int? centerFreq1, int? channelWidthMhz, BluetoothPhy? primaryPhy, BluetoothPhy? secondaryPhy})
Properties
- btName ↔ String?
-
getter/setter pair
- centerFreq0 ↔ int?
-
getter/setter pair
- centerFreq1 ↔ int?
-
getter/setter pair
- channelWidthMhz ↔ int?
-
getter/setter pair
- frequency ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- macAddress ↔ String
-
getter/setter pair
- primaryPhy ↔ BluetoothPhy?
-
getter/setter pair
- rssi ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryPhy ↔ BluetoothPhy?
-
getter/setter pair
- source ↔ MessageSource
-
getter/setter pair
Methods
-
encode(
) → Object -
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
Static Methods
-
decode(
Object result) → ODIDMetadata