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

    Interface AdsEnumInfoEntry

    ADS enumeration entry

    interface AdsEnumInfoEntry {
        attributes?: AdsAttributeEntry[];
        comment?: string;
        name: string;
        value: PlcPrimitiveType;
    }
    Index

    Properties

    attributes?: AdsAttributeEntry[]

    Attributes (only available in TC 4026 and newer)

    comment?: string

    Comment (only available in TC 4026 and newer)

    name: string

    Enumeration name

    Enumeration value