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 IoTSetResponse
IoTControlManager. setUsingIq(FullJid jid, Collection<? extends SetData> data)
Control a thing by sending a collection ofSetData
instructions.IoTSetResponse
IoTControlManager. setUsingIq(FullJid jid, SetData data)
Control a thing by sending a collection ofSetData
instructions. -
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 IoTSetResponse
IoTSetResponseProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-