NodeOPCUA API Documentation
    Preparing search index...

    Interface BindVariableOptionsVariation4

    interface BindVariableOptionsVariation4 {
        arrayType?: string | VariantArrayType;
        dataType?: string | DataType;
        dimensions?: number[] | null;
        get?: undefined;
        historyRead?: HistoryReadFunc;
        refreshFunc?: (callback: CallbackT<DataValue>) => void;
        set?: undefined;
        timestamped_get?: undefined;
        timestamped_set?: undefined;
        value?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    arrayType?: string | VariantArrayType
    dataType?: string | DataType
    dimensions?: number[] | null
    get?: undefined
    historyRead?: HistoryReadFunc
    refreshFunc?: (callback: CallbackT<DataValue>) => void
    set?: undefined
    timestamped_get?: undefined
    timestamped_set?: undefined
    value?: any