InputControllerServiceBase class
abstract
- Annotations
-
- @GrpcServiceName('viam.component.inputcontroller.v1.InputControllerService')
Properties
-
$name
→ String
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$addMethod(ServiceMethod method)
→ void
-
inherited
-
$lookupMethod(String name)
→ ServiceMethod?
-
inherited
-
$onMetadata(ServiceCall context)
→ void
-
Client metadata handler.
inherited
-
doCommand(ServiceCall call, DoCommandRequest request)
→ Future<DoCommandResponse>
-
-
doCommand_Pre(ServiceCall call, Future<DoCommandRequest> request)
→ Future<DoCommandResponse>
-
-
getControls(ServiceCall call, GetControlsRequest request)
→ Future<GetControlsResponse>
-
-
getControls_Pre(ServiceCall call, Future<GetControlsRequest> request)
→ Future<GetControlsResponse>
-
-
getEvents(ServiceCall call, GetEventsRequest request)
→ Future<GetEventsResponse>
-
-
getEvents_Pre(ServiceCall call, Future<GetEventsRequest> request)
→ Future<GetEventsResponse>
-
-
getGeometries(ServiceCall call, GetGeometriesRequest request)
→ Future<GetGeometriesResponse>
-
-
getGeometries_Pre(ServiceCall call, Future<GetGeometriesRequest> request)
→ Future<GetGeometriesResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
streamEvents(ServiceCall call, StreamEventsRequest request)
→ Stream<StreamEventsResponse>
-
-
streamEvents_Pre(ServiceCall call, Future<StreamEventsRequest> request)
→ Stream<StreamEventsResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
triggerEvent(ServiceCall call, TriggerEventRequest request)
→ Future<TriggerEventResponse>
-
-
triggerEvent_Pre(ServiceCall call, Future<TriggerEventRequest> request)
→ Future<TriggerEventResponse>
-