byte[] cmdi = this.getCommandSpecificInformation();
KCQ kcq = this.getKCQ();
SenseKeySpecificField field = this.getSenseKeySpecific();
if (field == null)
{
field = new NoSenseKeySpecific();
}
// returned response code is byte with max value 0x7F (7-bit).
int response = this.getResponseCode();