|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReaderListener
An instance implementing ReaderListener is used by an Applet to monitor the ReaderService.
| Field Summary | |
|---|---|
static byte |
EVENT_GET_PARAMETER_RESPONSE
This value is used to notify the Applet when a response to the ReaderMessage#prepareAndSendGetParameterCommmand(byte)
is received. |
static byte |
EVENT_TARGET_DISCOVERED
This value is used to notify the Applet when the HCI event EVT_TARGET_DISCOVERD as received from the CLF. |
static byte |
EVENT_WRITE_EXCHANGE_DATA_RESPONSE
This value is used to notify the Applet when a response to the ReaderMessage#prepareWriteXchgDataCommand(byte, byte[], short, short)
is received. |
| Fields inherited from interface uicc.hci.framework.HCIListener |
|---|
TRIG_NO_MORE_PROCESS |
| Method Summary |
|---|
| Methods inherited from interface uicc.hci.framework.HCIListener |
|---|
onCallBackTriggering |
| Field Detail |
|---|
static final byte EVENT_GET_PARAMETER_RESPONSE
ReaderMessage#prepareAndSendGetParameterCommmand(byte)
is received.
The Applet shall return this value to the HCI framework if it
wants to be notified about the outcome of the GetParameterCommand.
static final byte EVENT_WRITE_EXCHANGE_DATA_RESPONSE
ReaderMessage#prepareWriteXchgDataCommand(byte, byte[], short, short)
is received.
The Applet shall return this value to the HCI framework if it
wants to be notified about the outcome of the GetParameterCommand.
static final byte EVENT_TARGET_DISCOVERED
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||