NodeOPCUA API Documentation
    Preparing search index...

    Interface BindVariableOptionsVariation3

    interface BindVariableOptionsVariation3 {
        get?: undefined;
        historyRead?: HistoryReadFunc;
        refreshFunc?: (callback: CallbackT<DataValue>) => void;
        set?: undefined;
        timestamped_get?: undefined;
        timestamped_set?: undefined;
    }
    Index

    Properties

    get?: undefined
    historyRead?: HistoryReadFunc
    refreshFunc?: (callback: CallbackT<DataValue>) => void
    set?: undefined
    timestamped_get?: undefined
    timestamped_set?: undefined