summaryrefslogtreecommitdiff
path: root/data/mbim-service-proxy-control.json
blob: 2379e79bbaa9a19b1ecdc33b6c0a03ac6e95e766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  // *********************************************************************************
  { "type" : "Service",
    "name" : "Proxy Control" },

  // *********************************************************************************
  { "name"     : "Configuration",
    "service"  : "Proxy Control",
    "type"     : "Command",
    "set"      : [ { "name"   : "DevicePath",
                     "format" : "string" },
                   { "name"   : "Timeout",
                     "format" : "guint32" } ],
    "response" : [] }

]