namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition OptionSetType i=11487
dataType Null
dataType Name VariantOptions i=0
isAbstract false
interface UAOptionSet_Base<T, DT> {
    bitMask?: UAProperty<boolean[], Boolean>;
    optionSetValues: UAProperty<LocalizedText[], LocalizedText>;
}

Type Parameters

Hierarchy (view full)

Properties

bitMask?: UAProperty<boolean[], Boolean>