summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-03 20:51:26 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-06 19:53:02 +0200
commit2e0b20b4be5d72fca545336b876757002c1b8c6f (patch)
treea75779b11a6cbd1be58798841ece375894133d13
parenta31e7d789247bc6b8062d3b6b593a430e97dbd3e (diff)
wms: implement "List Messages" request/response
-rw-r--r--data/qmi-service-wms.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/data/qmi-service-wms.json b/data/qmi-service-wms.json
index f45f99a..7173995 100644
--- a/data/qmi-service-wms.json
+++ b/data/qmi-service-wms.json
@@ -365,6 +365,46 @@
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWmsMessageProtocol",
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
+ { "name" : "List Messages",
+ "type" : "Message",
+ "service" : "WMS",
+ "id" : "0x0031",
+ "version" : "1.1",
+ "input" : [ { "name" : "Storage Type",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWmsStorageType" },
+ { "name" : "Message Tag",
+ "id" : "0x11",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageTagType" },
+ { "name" : "Message Mode",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageMode" } ],
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Message List",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "array",
+ "array-size" : { "format" : "guint32" },
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Memory Index",
+ "format" : "guint32" },
+ { "name" : "Message Tag",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageTagType" } ] },
"prerequisites" : [ { "common-ref" : "Success" } ] } ] }
]