NodeOPCUA API Documentation
    Preparing search index...

    Interface BindVariableOptionsVariation1

    interface BindVariableOptionsVariation1 {
        get: GetFunc;
        historyRead?: HistoryReadFunc;
        set?: SetFunc;
        timestamped_get?: undefined;
        timestamped_set?: undefined;
    }
    Index

    Properties

    get: GetFunc
    historyRead?: HistoryReadFunc
    set?: SetFunc
    timestamped_get?: undefined
    timestamped_set?: undefined