summaryrefslogtreecommitdiff
path: root/data/qmi-service-fox.json
blob: 82c219ab0794d7998ed95e71b99a76f74db0cd4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
  // *********************************************************************************
  {  "name"    : "FOX",
     "type"    : "Service" },

  // *********************************************************************************
  {  "name"    : "QMI Client FOX",
     "type"    : "Client",
     "since"   : "1.32" },

  // *********************************************************************************
  {  "name"    : "QMI Message FOX",
     "type"    : "Message-ID-Enum" },

  // *********************************************************************************
  {  "name"    : "Get Firmware Version",
     "type"    : "Message",
     "service" : "FOX",
     "id"      : "0x555E",
     "since"   : "1.32",
     "input"   : [ { "name"          : "Version Type",
                     "id"            : "0x01",
                     "type"          : "TLV",
                     "since"         : "1.32",
                     "format"        : "guint8",
                     "public-format" : "QmiFoxFirmwareVersionType" } ],
     "output"  : [ { "common-ref" : "Operation Result" },
                   { "name"      : "Version",
                     "id"        : "0x01",
                     "type"      : "TLV",
                     "since"     : "1.32",
                     "format"    : "string",
                     "prerequisites": [ { "common-ref" : "Success" } ] } ] }
]