Uses of Class
org.jivesoftware.smackx.iot.data.element.IoTFieldsExtension
-
Packages that use IoTFieldsExtension Package Description org.jivesoftware.smackx.iot.data Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.data.element Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.data.provider Smack's API for XMPP IoT. -
-
Uses of IoTFieldsExtension in org.jivesoftware.smackx.iot.data
Methods in org.jivesoftware.smackx.iot.data that return types with arguments of type IoTFieldsExtension Modifier and Type Method Description java.util.List<IoTFieldsExtension>
IoTDataManager. requestMomentaryValuesReadOut(EntityFullJid jid)
Try to read out a things momentary values. -
Uses of IoTFieldsExtension in org.jivesoftware.smackx.iot.data.element
Methods in org.jivesoftware.smackx.iot.data.element that return IoTFieldsExtension Modifier and Type Method Description static IoTFieldsExtension
IoTFieldsExtension. buildFor(int seqNr, boolean done, NodeInfo nodeInfo, java.util.List<? extends IoTDataField> data)
static IoTFieldsExtension
IoTFieldsExtension. from(Message message)
-
Uses of IoTFieldsExtension in org.jivesoftware.smackx.iot.data.provider
Methods in org.jivesoftware.smackx.iot.data.provider that return IoTFieldsExtension Modifier and Type Method Description IoTFieldsExtension
IoTFieldsExtensionProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-