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

Properties

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