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

Properties

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