Uses of Class
org.jivesoftware.smackx.iot.data.element.IoTDataField
-
Packages that use IoTDataField 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. -
-
Uses of IoTDataField in org.jivesoftware.smackx.iot.data
Method parameters in org.jivesoftware.smackx.iot.data with type arguments of type IoTDataField Modifier and Type Method Description void
ThingMomentaryReadOutResult. momentaryReadOut(List<? extends IoTDataField> results)
-
Uses of IoTDataField in org.jivesoftware.smackx.iot.data.element
Subclasses of IoTDataField in org.jivesoftware.smackx.iot.data.element Modifier and Type Class Description static class
IoTDataField.BooleanField
static class
IoTDataField.IntField
Methods in org.jivesoftware.smackx.iot.data.element that return types with arguments of type IoTDataField Modifier and Type Method Description List<? extends IoTDataField>
TimestampElement. getDataFields()
Method parameters in org.jivesoftware.smackx.iot.data.element with type arguments of type IoTDataField Modifier and Type Method Description static IoTFieldsExtension
IoTFieldsExtension. buildFor(int seqNr, boolean done, NodeInfo nodeInfo, List<? extends IoTDataField> data)
Constructor parameters in org.jivesoftware.smackx.iot.data.element with type arguments of type IoTDataField Constructor Description TimestampElement(Date date, List<? extends IoTDataField> fields)
-