// that we will send the tag as the "Capability Container Select"
// command.
// Capability Container select command
final byte[] response =
c.transceive(new byte[] { (byte) 0x00, (byte) 0xA4,
(byte) 0x00, (byte) 0x00, (byte) 0x02, (byte) 0xE1,
(byte) 0x03 });
// Parse the response bytes to see if the
// command was a success or not.