aboutsummaryrefslogtreecommitdiffstats
path: root/data/qmi-service-wms.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-03 19:54:52 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-06 19:53:02 +0200
commita31e7d789247bc6b8062d3b6b593a430e97dbd3e (patch)
treec5a007b45a3ebc545f9fbce15939a83463a12525 /data/qmi-service-wms.json
parentd3debea3d564d41487e30dc729a6c6e35a5c15b5 (diff)
wms: implement "Get Message Protocol" request/response
Diffstat (limited to 'data/qmi-service-wms.json')
-rw-r--r--data/qmi-service-wms.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/data/qmi-service-wms.json b/data/qmi-service-wms.json
index 39b870c..f45f99a 100644
--- a/data/qmi-service-wms.json
+++ b/data/qmi-service-wms.json
@@ -350,6 +350,21 @@
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWmsMessageMode" } ],
- "output" : [ { "common-ref" : "Operation Result" } ] }
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
+ { "name" : "Get Message Protocol",
+ "type" : "Message",
+ "service" : "WMS",
+ "id" : "0x0030",
+ "version" : "1.1",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Message Protocol",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageProtocol",
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] }
]