uicc.hci.services.cardemulation
Interface CardEmulationService

All Superinterfaces:
HCIService

public interface CardEmulationService
extends HCIService

Service which provides Contactless card emulation functionality. Note: Contactless applications which do not use the services provided by the uicc.hci packages will be invoked with process().


Field Summary
static byte TYPE_A_CARD_RF
          Type A reader RF
static byte TYPE_B_CARD_RF
          Type B reader RF
static byte TYPE_B_PRIM_CARD_RF
          Type B' reader RF
static byte TYPE_F_CARD_RF
          Type F card RF
 
Method Summary
 byte getCardRFType()
          return the card RF type on which the service is connected.
 
Methods inherited from interface uicc.hci.framework.HCIService
activateEvent, deactivateEvent, getEventNotificationStatus, register, requestCallBackNotification, unregister
 

Field Detail

TYPE_B_CARD_RF

static final byte TYPE_B_CARD_RF
Type B reader RF

See Also:
Constant Field Values

TYPE_B_PRIM_CARD_RF

static final byte TYPE_B_PRIM_CARD_RF
Type B' reader RF

See Also:
Constant Field Values

TYPE_A_CARD_RF

static final byte TYPE_A_CARD_RF
Type A reader RF

See Also:
Constant Field Values

TYPE_F_CARD_RF

static final byte TYPE_F_CARD_RF
Type F card RF

See Also:
Constant Field Values
Method Detail

getCardRFType

byte getCardRFType()
return the card RF type on which the service is connected.

Value may be:

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