Interface Resource

interface Resource {
    doCommand(command): Promise<JsonValue>;
}

Hierarchy (view full)

Methods

Methods

  • Send/Receive arbitrary commands to the resource.

    Parameters

    • command: Struct

      The command to execute.

    Returns Promise<JsonValue>

Generated using TypeDoc