PilotingSettings.prototype.maxAltitude = function(current) {

  var buffer = commandToBuffer(1, "PilotingSettings", "MaxAltitude", current);

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