DeviceWakeUpServer class

Constructors

DeviceWakeUpServer()
将构造函数指向单例
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lowPath String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addHasNode(String did) → void
addListener(String did, DeviceWakeupStateChanged listener) → void
addNotNode(int port, String did) → void
autoWakeup() Future<void>
checkAutoWakeup(String did) Future<bool>
checkNotNode(String did) bool
close() → void
getStatus(String did) → void
hasNotNode(int port, String did) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reloadAagin() → void
removeAutoWakeup(String did) Future<void>
removeListener(String did, DeviceWakeupStateChanged listener) → void
removeNotNode(int port, String did) → void
saveAutoWakeup(String did) Future<void>
toString() String
A string representation of this object.
inherited
wakeup(String did) → void

Operators

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

Static Properties

SP_KEY String
getter/setter pair

Static Methods

getInstance() DeviceWakeUpServer
获取单例