diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-03 18:53:48 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-06 19:53:02 +0200 |
commit | 74cd71c101fcccbaef01a91e8aa5640bda39f9c6 (patch) | |
tree | 1f3800678070967ec8a4241ee661a92670c4e0de /data/qmi-service-wms.json | |
parent | fab0a21ac2e96ba50d25760918c2529c57eeb45c (diff) | |
download | external_libqmi-74cd71c101fcccbaef01a91e8aa5640bda39f9c6.zip external_libqmi-74cd71c101fcccbaef01a91e8aa5640bda39f9c6.tar.gz external_libqmi-74cd71c101fcccbaef01a91e8aa5640bda39f9c6.tar.bz2 |
wms: implement "Raw Write" request/response
Diffstat (limited to 'data/qmi-service-wms.json')
-rw-r--r-- | data/qmi-service-wms.json | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/data/qmi-service-wms.json b/data/qmi-service-wms.json index 5736366..90e7f37 100644 --- a/data/qmi-service-wms.json +++ b/data/qmi-service-wms.json @@ -217,6 +217,35 @@ "value" : "QMI_STATUS_SUCCESS" }, { "field" : "Result.Error Code", "operation" : "==", - "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] } ] } + "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] } ] }, + + // ********************************************************************************* + { "name" : "Raw Write", + "type" : "Message", + "service" : "WMS", + "id" : "0x0021", + "version" : "1.1", + "input" : [ { "name" : "Raw Message Data", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "sequence", + "contents" : [ { "name" : "Storage Type", + "format" : "guint8", + "public-format" : "QmiWmsStorageType" }, + { "name" : "Format", + "format" : "guint8", + "public-format" : "QmiWmsMessageFormat" }, + { "name" : "Raw Data", + "format" : "array", + "array-size" : { "format" : "guint16" }, + "array-element" : { "format" : "guint8" } } ] } ], + "output" : [ { "common-ref" : "Operation Result" }, + { "name" : "Memory Index", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "guint32", + "prerequisites" : [ { "common-ref" : "Success" } ] } ] } ] |