Public Member Functions | Private Member Functions | Private Attributes
com.github.rosjava.android_remocons.common_tools.nfc.NfcManager Class Reference

List of all members.

Public Member Functions

boolean changeNfcStatus (boolean enable)
boolean checkNfcStatus ()
boolean disableForegroundDispatch ()
boolean enableForegroundDispatch ()
byte[] getPayload ()
String ndefMessageToString (NdefMessage message)
 NfcManager (Context context)
boolean onNewIntent (Intent intent)
String processTag ()
boolean writeMimeNdefMessage (String payload, String AAR)
boolean writeNdefMessage (NdefMessage message)
boolean writeTextNdefMessage (String payload, boolean isAAR)
boolean writeTextNdefMessage (byte[] payload, String AAR)
boolean writeUriNdefMessage (String payload, String AAR)

Private Member Functions

NdefRecord createTextRecord (String text, Locale locale, boolean encodeInUtf8)

Private Attributes

Context mContext = null
String mCurrentNdefString = ""
IntentFilter[] mFilters
NfcAdapter mNfcAdapter = null
Intent mPassedIntent = null
PendingIntent mPendingIntent = null
String[][] mTechList

Detailed Description

Definition at line 36 of file src/main/java/com/github/rosjava/android_remocons/common_tools/nfc/NfcManager.java.


Constructor & Destructor Documentation


Member Function Documentation

NdefRecord com.github.rosjava.android_remocons.common_tools.nfc.NfcManager.createTextRecord ( String  text,
Locale  locale,
boolean  encodeInUtf8 
) [inline, private]
boolean com.github.rosjava.android_remocons.common_tools.nfc.NfcManager.writeMimeNdefMessage ( String  payload,
String  AAR 
) [inline]
boolean com.github.rosjava.android_remocons.common_tools.nfc.NfcManager.writeTextNdefMessage ( String  payload,
boolean  isAAR 
) [inline]
boolean com.github.rosjava.android_remocons.common_tools.nfc.NfcManager.writeTextNdefMessage ( byte[]  payload,
String  AAR 
) [inline]
boolean com.github.rosjava.android_remocons.common_tools.nfc.NfcManager.writeUriNdefMessage ( String  payload,
String  AAR 
) [inline]

Member Data Documentation


The documentation for this class was generated from the following file:


android_remocons
Author(s): Daniel Stonier, Kazuto Murase
autogenerated on Sat Jun 8 2019 19:32:24