DeviceWakeUpServer class
Constructors
- DeviceWakeUpServer()
-
将构造函数指向单例
factory
Properties
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 Methods
-
getInstance(
) → DeviceWakeUpServer - 获取单例