ADS enumeration entry

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

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