DeviceServer class
- Implemented types
Constructors
- DeviceServer.new()
-
factory
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?> -
override
-
deviceList(
) → Future< List< DeviceUser> > -
override
-
getDeviceInfo(
String deviceId) → Future< DeviceUser?> -
override
-
getDeviceStatus(
String deviceId) → Future< DeviceStatusInfo> -
override
-
isSupportedHardware(
String deviceId, Hardware hardware) → Future< bool?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshAllDevice(
) → Future< bool> -
override
-
refreshDevice(
String deviceId) → Future< bool> -
override
-
supportedHardwareList(
String deviceId) → Future< List< Hardware> > -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited