mbim-service-proxy-control.json 535 B

1234567891011121314151617
  1. [
  2. // *********************************************************************************
  3. { "type" : "Service",
  4. "name" : "Proxy Control" },
  5. // *********************************************************************************
  6. { "name" : "Configuration",
  7. "service" : "Proxy Control",
  8. "type" : "Command",
  9. "set" : [ { "name" : "DevicePath",
  10. "format" : "string" },
  11. { "name" : "Timeout",
  12. "format" : "guint32" } ],
  13. "response" : [] }
  14. ]