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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
request<T>(ZwRequest<T> request)
→ Future<T>
-
Send the specified request to the device and return a future
that completes when the operation is complete.
-
send(ZwCommand command)
→ Future<void>
-
Send the specified request message
and return a Future that completes when the message is acknowledged.
-
toString()
→ String
-
A string representation of this object.
inherited