ZwCommand<T> class abstract

Inheritance

Constructors

ZwCommand()

Properties

data List<int>
Return the complete message to be sent out on the Z-Wave network
no setteroverride
functId int
no setter
functParam List<int>?
no setter
hashCode int
The hash code for this object.
no setterinherited
logger ↔ Logger
getter/setter pair
responseCompleter Completer<List<int>>?
no setter
responseTimeout Duration
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processResponse(List<int> response) → T
send(CommandHandler handler) Future<T>
Send the command and return a future that completes with the result
toString() String
A string representation of this object.
inherited
willCallback(List<int> data) bool
Return true if the given response indicates that the device will send the requested information in a separate unsolicited request/notification.

Operators

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