ServiceClient<C extends RosMessage<C>, R extends RosMessage<R>, T extends RosServiceMessage<C, R>> class

Constructors

ServiceClient(String service, T serviceClass, bool persist, int maxQueueSize, Node node)

Properties

callInProgress bool
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
isShutdown bool
read-only
maxQueueSize int
final
node Node
final
persist bool
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
service String
final
serviceClass → T
final
type String
read-only

Methods

call(C request) Future<R>
close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
shutdown() → void
toString() String
Returns a string representation of this object.
inherited

Operators

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