Uses of Class
org.jivesoftware.smackx.iot.control.element.SetData
-
Packages that use SetData Package Description org.jivesoftware.smackx.iot.control Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.control.element Smack's API for XMPP IoT. -
-
Uses of SetData in org.jivesoftware.smackx.iot.control
Methods in org.jivesoftware.smackx.iot.control with parameters of type SetData Modifier and Type Method Description IoTSetResponse
IoTControlManager. setUsingIq(FullJid jid, SetData data)
Control a thing by sending a collection ofSetData
instructions.Method parameters in org.jivesoftware.smackx.iot.control with type arguments of type SetData Modifier and Type Method Description void
ThingControlRequest. processRequest(Jid from, java.util.Collection<SetData> setData)
IoTSetResponse
IoTControlManager. setUsingIq(FullJid jid, java.util.Collection<? extends SetData> data)
Control a thing by sending a collection ofSetData
instructions. -
Uses of SetData in org.jivesoftware.smackx.iot.control.element
Subclasses of SetData in org.jivesoftware.smackx.iot.control.element Modifier and Type Class Description class
SetBoolData
class
SetDoubleData
class
SetIntData
class
SetLongData
Methods in org.jivesoftware.smackx.iot.control.element that return types with arguments of type SetData Modifier and Type Method Description java.util.Collection<SetData>
IoTSetRequest. getSetData()
Constructor parameters in org.jivesoftware.smackx.iot.control.element with type arguments of type SetData Constructor Description IoTSetRequest(java.util.Collection<? extends SetData> setData)
-