Common.prototype.reboot = function() {

  var buffer = commandToBuffer(0, "Common", "Reboot");

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