cmdi = new byte[4]; // Ignore invalid command specific information lengths.
}
out.writeByte(response); // VALID and RESPONSE CODE
out.writeByte(0);
out.writeByte(kcq.key().value()); // TODO: FILEMARK, EOM, and ILI not current supported
out.write(info);
out.writeByte(10); // no "Additional sense bytes" will be written, last byte is #17
out.write(cmdi);
out.writeByte(kcq.code());
out.writeByte(kcq.qualifier());