Package com.viam.component.board.v1
Class BoardServiceGrpc.BoardServiceImplBase
java.lang.Object
com.viam.component.board.v1.BoardServiceGrpc.BoardServiceImplBase
- All Implemented Interfaces:
BoardServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- BoardServiceGrpc
public abstract static class BoardServiceGrpc.BoardServiceImplBase
extends Object
implements io.grpc.BindableService, BoardServiceGrpc.AsyncService
Base class for the server implementation of the service BoardService.
BoardService services all Boards associated with a robot
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.viam.component.board.v1.BoardServiceGrpc.AsyncService
doCommand, getDigitalInterruptValue, getGeometries, getGPIO, pWM, pWMFrequency, readAnalogReader, setGPIO, setPowerMode, setPWM, setPWMFrequency, streamTicks, writeAnalog
-
Constructor Details
-
BoardServiceImplBase
public BoardServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-