add a command for changing the autoconnect setting
[project/uqmi.git] / data / qmi-service-wds.json
index 1788a78..ab48e8a 100644 (file)
                       "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
 
   // *********************************************************************************
+  {  "name"    : "Get Autoconnect Setting",
+     "type"    : "Message",
+     "service" : "WDS",
+     "id"      : "0x0034",
+     "version" : "1.0",
+     "output"  : [  { "common-ref" : "Operation Result" },
+                    { "name"          : "Setting",
+                      "id"            : "0x01",
+                      "mandatory"     : "yes",
+                      "type"          : "TLV",
+                      "format"        : "gint8",
+                      "public-format" : "QmiWdsAutoconnectSetting",
+                      "prerequisites" : [ { "common-ref" : "Success" } ] },
+                    { "name"          : "Roaming",
+                      "id"            : "0x10",
+                      "mandatory"     : "no",
+                      "type"          : "TLV",
+                      "format"        : "gint8",
+                      "public-format" : "gboolean",
+                      "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
+
+  // *********************************************************************************
   {  "name"    : "Get Data Bearer Technology",
      "type"    : "Message",
      "service" : "WDS",
                       "type"          : "TLV",
                       "format"        : "guint8",
                       "public-format" : "QmiWdsIpFamily" } ],
+     "output"  : [  { "common-ref" : "Operation Result" } ] },
+
+
+  // *********************************************************************************
+  {  "name"    : "Set Autoconnect Setting",
+     "type"    : "Message",
+     "service" : "WDS",
+     "id"      : "0x0051",
+     "version" : "1.0",
+     "input"   : [  { "name"          : "Setting",
+                      "id"            : "0x01",
+                      "mandatory"     : "yes",
+                      "type"          : "TLV",
+                      "format"        : "guint8",
+                      "public-format" : "QmiWdsAutoconnectSetting" },
+                    { "name"          : "Roaming",
+                      "id"            : "0x10",
+                      "mandatory"     : "no",
+                      "type"          : "TLV",
+                      "format"        : "guint8",
+                      "public-format" : "gboolean" } ],
      "output"  : [  { "common-ref" : "Operation Result" } ] }
 
 ]