Interface Resource

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

Hierarchy (view full)

Properties

Properties

doCommand: ((command) => Promise<StructType>)

Send/Receive arbitrary commands to the resource.

Type declaration

Generated using TypeDoc