Uses of Class
org.jivesoftware.smackx.iot.control.element.IoTSetResponse
-
Packages that use IoTSetResponse Package Description org.jivesoftware.smackx.iot.control Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.control.provider Smack's API for XMPP IoT. -
-
Uses of IoTSetResponse in org.jivesoftware.smackx.iot.control
Methods in org.jivesoftware.smackx.iot.control that return IoTSetResponse Modifier and Type Method Description IoTSetResponseIoTControlManager. setUsingIq(FullJid jid, java.util.Collection<? extends SetData> data)Control a thing by sending a collection ofSetDatainstructions.IoTSetResponseIoTControlManager. setUsingIq(FullJid jid, SetData data)Control a thing by sending a collection ofSetDatainstructions. -
Uses of IoTSetResponse in org.jivesoftware.smackx.iot.control.provider
Methods in org.jivesoftware.smackx.iot.control.provider that return IoTSetResponse Modifier and Type Method Description IoTSetResponseIoTSetResponseProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-