summaryrefslogtreecommitdiff
path: root/data/mbim-service-proxy-control.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/mbim-service-proxy-control.json')
-rw-r--r--data/mbim-service-proxy-control.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/mbim-service-proxy-control.json b/data/mbim-service-proxy-control.json
new file mode 100644
index 0000000..2379e79
--- /dev/null
+++ b/data/mbim-service-proxy-control.json
@@ -0,0 +1,17 @@
+
+[
+ // *********************************************************************************
+ { "type" : "Service",
+ "name" : "Proxy Control" },
+
+ // *********************************************************************************
+ { "name" : "Configuration",
+ "service" : "Proxy Control",
+ "type" : "Command",
+ "set" : [ { "name" : "DevicePath",
+ "format" : "string" },
+ { "name" : "Timeout",
+ "format" : "guint32" } ],
+ "response" : [] }
+
+]