Variable GenericServiceConst

GenericService: {
    methods: {
        doCommand: {
            I: typeof DoCommandRequest;
            O: typeof DoCommandResponse;
            kind: MethodKind.Unary;
            name: "DoCommand";
        };
    };
    typeName: "viam.service.generic.v1.GenericService";
}

GenericService services all generic services associated with a robot

Type declaration

  • Readonly methods: {
        doCommand: {
            I: typeof DoCommandRequest;
            O: typeof DoCommandResponse;
            kind: MethodKind.Unary;
            name: "DoCommand";
        };
    }
    • Readonly doCommand: {
          I: typeof DoCommandRequest;
          O: typeof DoCommandResponse;
          kind: MethodKind.Unary;
          name: "DoCommand";
      }

      DoCommand sends/receives arbitrary commands

      Generated

      from rpc viam.service.generic.v1.GenericService.DoCommand

  • Readonly typeName: "viam.service.generic.v1.GenericService"

Generated

from service viam.service.generic.v1.GenericService

Generated using TypeDoc