summaryrefslogtreecommitdiff
path: root/data/mbim-service-ms-uicc-low-level-access.json
blob: d68b28342c5edf2eb8247b062addfe3f8405f7d6 (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
[
  // *********************************************************************************
  { "type" : "Service",
    "name" : "MS UICC Low Level Access" },

// *********************************************************************************
  { "name"     : "ATR",
    "service"  : "MS UICC Low Level Access",
    "type"     : "Command",
    "since"    : "1.26",
    "query"    : [],
    "response" : [ { "name"   : "atr",
                     "format" : "string" } ] },

  // *********************************************************************************
  { "name"     : "Open Channel",
    "service"  : "MS UICC Low Level Access",
    "type"     : "Command",
    "since"    : "1.26",
    "set"      : [ { "name"   : "AppId",
                     "format" : "uicc-ref-byte-array" },
                   { "name"   : "SelectP2Arg",
                     "format" : "guint32" },
                   { "name"   : "ChannelGroup",
                     "format" : "guint32" } ],
    "response" : [ { "name"   : "Status",
                     "format" : "guint32" },
                   { "name"   : "Channel",
                     "format" : "guint32" },
                   { "name"   : "Response",
                     "format" : "uicc-ref-byte-array" } ] },

  // *********************************************************************************
  { "name"     : "Close Channel",
    "service"  : "MS UICC Low Level Access",
    "type"     : "Command",
    "since"    : "1.26",
    "set"      : [ { "name"   : "Channel",
                     "format" : "guint32" },
                   { "name"   : "ChannelGroup",
                     "format" : "guint32" } ],
    "response" : [ { "name"   : "Status",
                     "format" : "guint32" } ] }
]