Variable GenericServiceConst

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

GenericService services all generic services associated with a robot

Type declaration

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

      DoCommand sends/receives arbitrary commands

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

  • ReadonlytypeName: "viam.service.generic.v1.GenericService"

from service viam.service.generic.v1.GenericService

MMNEPVFCICPMFPCPTTAAATR