NodeOPCUA API Documentation
    Preparing search index...

    Interface BindVariableOptionsVariation2

    interface BindVariableOptionsVariation2 {
        get?: undefined;
        historyRead?: HistoryReadFunc;
        set?: undefined;
        timestamped_get: TimestampGetFunc;
        timestamped_set?: TimestampSetFunc;
    }
    Index

    Properties

    get?: undefined
    historyRead?: HistoryReadFunc
    set?: undefined
    timestamped_get: TimestampGetFunc
    timestamped_set?: TimestampSetFunc