BasisDevice class abstract

基础设备

Implementers

Constructors

BasisDevice(String id, String name, String model)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
设备ID
final
model String
设备型号
final
name String
设备名称
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener<T>(T listener) → void
cleanListener() → void
getDeviceDirectory() Future<Directory>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners<T>(void callback(T listener)) → void
removeListener<T>(T listener) → void
toString() String
A string representation of this object.
inherited

Operators

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