public byte[] encode()
{
// FIXME: Currently we hard code always returning fixed sense data
SenseData data =
new FixedSenseData(this.current, this.kcq, this.getInformation(),
this.getCommandSpecificInformation(), this.getSenseKeySpecific());
return data.encode();
}