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