PROState.prototype.features = function(features) {

  var buffer = commandToBuffer(1, "PROState", "Features", features);

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