Attribute entry for symbol, data type, RPC method etc.

interface AdsAttributeEntry {
    name: string;
    value: string;
}

Properties

Properties

name: string

Attribute name

value: string

Attribute value