Antiflickering.prototype.setMode = function(mode) {

  var buffer = commandToBuffer(1, "Antiflickering", "setMode", mode);

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