namespace http://opcfoundation.org/UA/
nodeClass DataType
name EnumField
isAbstract false
interface DTEnumField {
    description: LocalizedText;
    displayName: LocalizedText;
    name: UAString;
    value: Int64;
}

Hierarchy (view full)

Properties

description: LocalizedText
displayName: LocalizedText
name: UAString
value: Int64