Class NfcNdefMobileDataHelper
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.mobile.MobileDataHelper
- 
- com.inductiveautomation.perspective.common.mobile.NfcNdefMobileDataHelper
 
 
- 
 public class NfcNdefMobileDataHelper extends MobileDataHelper 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringMESSAGE_LIST_KEY
 - 
Constructor SummaryConstructors Constructor Description NfcNdefMobileDataHelper(java.lang.String scriptName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.python.core.PyObjecttoPy(com.inductiveautomation.ignition.common.gson.JsonElement dataObject)Converts the json element to the appropriate PyObject.- 
Methods inherited from class com.inductiveautomation.perspective.common.mobile.MobileDataHelperscriptName
 
- 
 
- 
- 
- 
Field Detail- 
MESSAGE_LIST_KEYpublic static final java.lang.String MESSAGE_LIST_KEY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
toPy@Nullable public org.python.core.PyObject toPy(@Nullable com.inductiveautomation.ignition.common.gson.JsonElement dataObject)Description copied from class:MobileDataHelperConverts the json element to the appropriate PyObject. Override if any custom handling is required before creating the PyObject.- Overrides:
- toPyin class- MobileDataHelper
- Parameters:
- dataObject- the deserialized JsonObject representing the 'data' field of a single mobile device's data submission
- Returns:
- the appropriate PyObject (or subclass) for the type of data
 
 
- 
 
-