NodeOPCUA API Documentation
    Preparing search index...

    Interface UAOptionSet_Base<T, DT>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    bitMask?: UAProperty<boolean[], Boolean>