use of net.rim.device.api.command.Command in project Samples-for-Java by blackberry.
the class NfcVirtTargScreen method emulateSmartCard.
private void emulateSmartCard() {
icon = new BitmapField(sc_icon);
icon_row.add(icon);
icon_row.add(new LabelField(" - emulating smart card"));
add(icon_row);
mi_response.setCommandContext(this);
mi_response.setCommand(new Command(new ResponseTextCommand()));
addMenuItem(mi_response);
startEmulationOfISO14443ATarget();
}
Aggregations