DeviceManage class abstract

设备管理器

Implementers

Constructors

DeviceManage.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deviceFunctionInfo(String deviceId) Future<DeviceSoftwareInfo?>
deviceList() Future<List<DeviceUser>>
getDeviceInfo(String deviceId) Future<DeviceUser?>
getDeviceStatus(String deviceId) Future<DeviceStatusInfo>
isSupportedHardware(String deviceId, Hardware hardware) Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshAllDevice() Future<bool>
refreshDevice(String deviceId) Future<bool>
supportedHardwareList(String deviceId) Future<List<Hardware>>
toString() String
A string representation of this object.
inherited

Operators

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