CalibrationState.prototype.magnetoCalibrationRequiredState = function(required) {

  var buffer = commandToBuffer(0, "CalibrationState", "MagnetoCalibrationRequiredState", required);

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