From d3debea3d564d41487e30dc729a6c6e35a5c15b5 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 3 Sep 2012 19:50:31 +0200 Subject: wms: implement "Delete" request/response --- data/qmi-service-wms.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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" } ] } ] -- cgit v1.2.1