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

Properties

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