BoardServiceClient class

Inheritance
Annotations

Constructors

BoardServiceClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

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

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) ResponseFuture<R>
inherited
doCommand(DoCommandRequest request, {CallOptions? options}) ResponseFuture<DoCommandResponse>
getDigitalInterruptValue(GetDigitalInterruptValueRequest request, {CallOptions? options}) ResponseFuture<GetDigitalInterruptValueResponse>
getGeometries(GetGeometriesRequest request, {CallOptions? options}) ResponseFuture<GetGeometriesResponse>
getGPIO(GetGPIORequest request, {CallOptions? options}) ResponseFuture<GetGPIOResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pWM(PWMRequest request, {CallOptions? options}) ResponseFuture<PWMResponse>
pWMFrequency(PWMFrequencyRequest request, {CallOptions? options}) ResponseFuture<PWMFrequencyResponse>
readAnalogReader(ReadAnalogReaderRequest request, {CallOptions? options}) ResponseFuture<ReadAnalogReaderResponse>
setGPIO(SetGPIORequest request, {CallOptions? options}) ResponseFuture<SetGPIOResponse>
setPowerMode(SetPowerModeRequest request, {CallOptions? options}) ResponseFuture<SetPowerModeResponse>
setPWM(SetPWMRequest request, {CallOptions? options}) ResponseFuture<SetPWMResponse>
setPWMFrequency(SetPWMFrequencyRequest request, {CallOptions? options}) ResponseFuture<SetPWMFrequencyResponse>
streamTicks(StreamTicksRequest request, {CallOptions? options}) ResponseStream<StreamTicksResponse>
toString() String
A string representation of this object.
inherited
writeAnalog(WriteAnalogRequest request, {CallOptions? options}) ResponseFuture<WriteAnalogResponse>

Operators

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