java.lang.Object |
↳ |
com.datalogic.device.nfc.NfcManager |
Class Overview
This class provides access to enable and disable the nfc adapter
Summary
Public Constructors |
|
NfcManager()
This is the constructor of NfcManager.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
NfcManager
()
This is the constructor of NfcManager.
Public Methods
public
int
enableNfcAdapter
(boolean enable)
Parameters
enable
| a boolean that indicates whether to enable or to disable the nfc adapter. |
Returns
int
SUCCESS
in case of success,
otherwise a possible error code, matching one of the DeviceException
error constants.