ads-client | Beckhoff TwinCAT ADS client library for Node.js
    Preparing search index...

    Interface AdsAttributeEntry

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

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

    Properties

    Properties

    name: string

    Attribute name

    value: string

    Attribute value