diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-wms.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/qmi-service-wms.json b/data/qmi-service-wms.json index 2f860b5..06c440c 100644 --- a/data/qmi-service-wms.json +++ b/data/qmi-service-wms.json @@ -111,6 +111,22 @@ "public-format" : "gboolean" } ] }, // ********************************************************************************* + { "name" : "Get Supported Messages", + "type" : "Message", + "service" : "WMS", + "id" : "0x001E", + "version" : "1.12", + "output" : [ { "common-ref" : "Operation Result" }, + { "name" : "List", + "id" : "0x10", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "size-prefix-format" : "guint16", + "array-element" : { "format" : "guint8" }, + "prerequisites" : [ { "common-ref" : "Success" } ] } ] }, + + // ********************************************************************************* { "name" : "Raw Send", "type" : "Message", "service" : "WMS", |