Common.prototype.currentTime = function(time) {

  var buffer = commandToBuffer(0, "Common", "CurrentTime", time);

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