Class NfcNdefMobileDataHelper
java.lang.Object
com.inductiveautomation.perspective.common.mobile.MobileDataHelper
com.inductiveautomation.perspective.common.mobile.NfcNdefMobileDataHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.python.core.PyObject
toPy
(com.inductiveautomation.ignition.common.gson.JsonElement dataObject) Converts the json element to the appropriate PyObject.Methods inherited from class com.inductiveautomation.perspective.common.mobile.MobileDataHelper
scriptName
-
Field Details
-
MESSAGE_LIST_KEY
- See Also:
-
-
Constructor Details
-
NfcNdefMobileDataHelper
-
-
Method Details
-
toPy
@Nullable public org.python.core.PyObject toPy(@Nullable com.inductiveautomation.ignition.common.gson.JsonElement dataObject) Description copied from class:MobileDataHelper
Converts the json element to the appropriate PyObject. Override if any custom handling is required before creating the PyObject.- Overrides:
toPy
in classMobileDataHelper
- 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
-