summaryrefslogtreecommitdiff
path: root/data/qmi-service-wms.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/qmi-service-wms.json')
-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 0fdcdc36..39b870c0 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" } ] }
]