summaryrefslogtreecommitdiff
path: root/data/mbim-service-qdu.json
blob: 285f59d7aaf419662fd4d1a09628266c45ae1cdf (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[
  // *********************************************************************************
  { "type" : "Service",
    "name" : "QDU" },

  // *********************************************************************************
  { "name"     : "Update Session",
    "service"  : "QDU",
    "type"     : "Command",
    "since"    : "1.26",
    "set"      : [ { "name"             : "SessionAction",
                     "format"           : "guint32",
                     "public-format"    : "MbimQduSessionAction" },
                   { "name"             : "SessionType",
                     "format"           : "guint32",
                     "public-format"    : "MbimQduSessionType" } ],
    "query"    : [],
    "response" : [ { "name"             : "CurrentSessionType",
                     "format"           : "guint32",
                     "public-format"    : "MbimQduSessionType" },
                   { "name"             : "CurrentSessionStatus",
                     "format"           : "guint32",
                     "public-format"    : "MbimQduSessionStatus" },
                   { "name"             : "LastSessionType",
                     "format"           : "guint32",
                     "public-format"    : "MbimQduSessionType" },
                   { "name"             : "LastSessionResult",
                     "format"           : "guint32",
                     "public-format"    : "MbimQduSessionResult" },
                   { "name"             : "LastSessionErrorOffset",
                     "format"           : "guint32" },
                   { "name"             : "LastSessionErrorSize",
                     "format"           : "guint32" } ] },
    
  // *********************************************************************************
  { "name"     : "File Open",
    "service"  : "QDU",
    "type"     : "Command",
    "since"    : "1.26",
    "set"      : [ { "name"             : "FileType",
                     "format"           : "guint32",
                     "public-format"    : "MbimQduFileType" },
                   { "name"             : "FileSize",
                     "format"           : "guint32" } ],
    "query"    : [],
    "response" : [ { "name"             : "MaxTransferSize",
                     "format"           : "guint32" },
                   { "name"             : "MaxWindowSize",
                     "format"           : "guint32" } ] },
    
  // *********************************************************************************
  { "name"     : "File Write",
    "service"  : "QDU",
    "type"     : "Command",
    "since"    : "1.26",
    "set"      : [ { "name"   : "DataBuffer",
                     "format" : "unsized-byte-array" } ],
    "response" : []}
]