initial import
[project/umbim.git] / data / mbim-service-dss.json
1
2 [
3 // *********************************************************************************
4 { "type" : "Service",
5 "name" : "DSS" },
6
7 // *********************************************************************************
8 { "name" : "Connect",
9 "service" : "DSS",
10 "type" : "Command",
11 "set" : [ { "name" : "DeviceServiceId",
12 "format" : "uuid" },
13 { "name" : "DssSessionId",
14 "format" : "guint32" },
15 { "name" : "DssLinkState",
16 "format" : "guint32",
17 "public-format" : "MbimDssLinkState" } ],
18 "response" : [] }
19
20 ]