Driver.prototype.setStreamValue = function(id, name, params, callback) {
  this.connection.setStreamValue(id, name, params, callback);
};