NodeOPCUA API Documentation
    Preparing search index...

    Interface NumberRangeOptions

    interface NumberRangeOptions {
        high?: VariantOptions | null;
        low?: VariantOptions | null;
    }
    Index
    high?: VariantOptions | null
    low?: VariantOptions | null