|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.io.nfc.emulation.VirtualTarget
net.rim.device.api.io.nfc.emulation.VirtualISO14443Part4Target
public abstract class VirtualISO14443Part4Target
Base class that represents an emulated NFC ISO 14443 card target.
| Constructor Summary | ||
|---|---|---|
VirtualISO14443Part4Target()
Constructs a VirtualISO14443Target object. |
||
| Method Summary | ||
|---|---|---|
boolean |
isEmulating()
Indicates whether this target is started. |
|
void |
startEmulation()
Starts virtual ISO 14443 target emulation. |
|
void |
stopEmulation()
Stops virtual ISO 14443 target emulation. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VirtualISO14443Part4Target()
VirtualISO14443Target object.
| Method Detail |
|---|
public final void startEmulation()
throws EmulationInProgressException,
NFCException
startEmulation in class VirtualTargetEmulationInProgressException - When emulation cannot be started
because an emulation operation is already in progress.
NFCException - When emulation cannot be started for any other reason
ControlledAccessException - When emulation cannot be started because of insufficient application permissions.
SecurityException - When emulation cannot be started because of IT Policy restrictions.
public final void stopEmulation()
throws NFCException
stopEmulation in class VirtualTargetNFCException - When emulation cannot be stopped.
public final boolean isEmulating()
throws NFCException
isEmulating in class VirtualTargettrue if target emulation has begun; false otherwise.
NFCException - If a problem occurs while checking emulation status.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal