ElinkBleData class

Constructors

ElinkBleData(List<int> cidArr, List<int> vidArr, List<int> pidArr, List<int> macArr)

Properties

cid int
no setter
cidArr List<int>
产品类型(product type)
final
cidStr String
no setter
hashCode int
The hash code for this object.
no setterinherited
mac String
no setter
macArr List<int>
MAC地址(MAC address)
final
pid int
no setter
pidArr List<int>
产品ID(Product ID)
final
pidStr String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vid int
no setter
vidArr List<int>
厂商ID(Manufacturer ID)
final
vidStr String
no setter

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