uicc.hci.services.readermode
Interface ReaderService

All Superinterfaces:
HCIService

public interface ReaderService
extends HCIService

Service which enable Contactless Reader functionality.


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, getEventNotificationStatus, register, requestCallBackNotification, unregister
 

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.

possible return values:

Returns:
the reader RF type on which the service is connected.