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.
|
org.jivesoftware.smackx.iot.data.provider |
Smack's API for XMPP IoT.
|
Modifier and Type | Method and Description |
---|---|
List<IoTFieldsExtension> |
IoTDataManager.requestMomentaryValuesReadOut(EntityFullJid jid)
Try to read out a things momentary values.
|
Modifier and Type | Method and Description |
---|---|
static IoTFieldsExtension |
IoTFieldsExtension.buildFor(int seqNr,
boolean done,
NodeInfo nodeInfo,
List<? extends IoTDataField> data) |
static IoTFieldsExtension |
IoTFieldsExtension.from(Message message) |
Modifier and Type | Method and Description |
---|---|
IoTFieldsExtension |
IoTFieldsExtensionProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |