Settings.prototype.productName = function(name) {

  var buffer = commandToBuffer(0, "Settings", "ProductName", name);

  this.self._writePacket(this.self._networkFrameGenerator(buffer));