summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-03 19:50:31 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-06 19:53:02 +0200
commitd3debea3d564d41487e30dc729a6c6e35a5c15b5 (patch)
tree28452214f92ca5d0547c1abd5baeb40cb3953c12
parent39c44acbd650c40c0ab7612edc733f4a73cf310e (diff)
wms: implement "Delete" request/response
-rw-r--r--data/qmi-service-wms.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/data/qmi-service-wms.json b/data/qmi-service-wms.json
index 0fdcdc3..39b870c 100644
--- a/data/qmi-service-wms.json
+++ b/data/qmi-service-wms.json
@@ -319,6 +319,37 @@
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWmsMessageMode" } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
+ { "name" : "Delete",
+ "type" : "Message",
+ "service" : "WMS",
+ "id" : "0x0024",
+ "version" : "1.1",
+ "input" : [ { "name" : "Memory Storage",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWmsStorageType" },
+ { "name" : "Memory Index",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32" },
+ { "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" } ] }
]