Mavlink.prototype.pause = function() {
  var buffer = commandToBuffer(0, "Mavlink", "Pause");

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