Uses of Class
org.jivesoftware.smackx.iot.control.element.IoTSetResponse
Packages that use IoTSetResponse
Package
Description
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
-
Uses of IoTSetResponse in org.jivesoftware.smackx.iot.control
Methods in org.jivesoftware.smackx.iot.control that return IoTSetResponseModifier and TypeMethodDescriptionIoTControlManager.setUsingIq
(FullJid jid, Collection<? extends SetData> data) Control a thing by sending a collection ofSetData
instructions.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 IoTSetResponseModifier and TypeMethodDescriptionIoTSetResponseProvider.parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)