NodeOPCUA API Documentation
    Preparing search index...

    Interface NameValuePairOptions

    interface NameValuePairOptions {
        name?: UAString;
        value?: VariantOptions | null;
    }
    Index
    name?: UAString
    value?: VariantOptions | null