uicc.hci.services.readermode
Interface ReaderService

All Superinterfaces:
HCIService

public interface ReaderService
extends HCIService

Service which enables Contactless Reader functionality. Applets shall use Contactless reader functionality only on the lifecycle state ACTIVATED.


Field Summary
static byte TYPE_A_READER_RF
          ISO/IEC 14443 Type A reader RF
static byte TYPE_B_READER_RF
          ISO/IEC 14443 Type B reader RF
 
Method Summary
 byte getReaderRFType()
          This method returns the RF technology which the card is using, that was discovered by the CLF.
 
Methods inherited from interface uicc.hci.framework.HCIService
activateEvent, deactivateEvent, deregister, getEventNotificationStatus, register, requestCallbackNotification
 

Field Detail

TYPE_B_READER_RF

static final byte TYPE_B_READER_RF
ISO/IEC 14443 Type B reader RF

See Also:
Constant Field Values

TYPE_A_READER_RF

static final byte TYPE_A_READER_RF
ISO/IEC 14443 Type A reader RF

See Also:
Constant Field Values
Method Detail

getReaderRFType

byte getReaderRFType()
This method returns the RF technology which the card is using, that was discovered by the CLF.

Returns:
the reader RF type on which the service is connected shall be one of the constant TYPE_* constant values defined in this interface, or -1 if the RF type can not be evaluated.