getDigitalInterruptValue method

ResponseFuture<GetDigitalInterruptValueResponse> getDigitalInterruptValue(
  1. GetDigitalInterruptValueRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$18.GetDigitalInterruptValueResponse> getDigitalInterruptValue($18.GetDigitalInterruptValueRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getDigitalInterruptValue, request, options: options);
}