getSmartMachineStatus method
ResponseFuture<GetSmartMachineStatusResponse>
getSmartMachineStatus(
- GetSmartMachineStatusRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$32.GetSmartMachineStatusResponse> getSmartMachineStatus($32.GetSmartMachineStatusRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getSmartMachineStatus, request, options: options);
}