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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
[
// *********************************************************************************
{ "name" : "DPM",
"type" : "Service" },
// *********************************************************************************
{ "name" : "QMI Client DPM",
"type" : "Client",
"since" : "1.30" },
// *********************************************************************************
{ "name" : "QMI Message DPM",
"type" : "Message-ID-Enum" },
// *********************************************************************************
{ "name" : "Open Port",
"type" : "Message",
"service" : "DPM",
"id" : "0x0020",
"since" : "1.30",
"input" : [ { "name" : "Control Ports",
"id" : "0x10",
"type" : "TLV",
"since" : "1.30",
"format" : "array",
"size-prefix-format" : "guint8",
"array-element" : { "name" : "Element",
"format" : "struct",
"contents" : [ { "name" : "Port Name",
"format" : "string" },
{ "name" : "Endpoint Type",
"format" : "guint32",
"public-format" : "QmiDataEndpointType" },
{ "name" : "Interface Number",
"format" : "guint32" } ] } },
{ "name" : "Hardware Data Ports",
"id" : "0x11",
"type" : "TLV",
"since" : "1.30",
"format" : "array",
"size-prefix-format" : "guint8",
"array-element" : { "name" : "Element",
"format" : "struct",
"contents" : [ { "name" : "Endpoint Type",
"format" : "guint32",
"public-format" : "QmiDataEndpointType" },
{ "name" : "Interface Number",
"format" : "guint32" },
{ "name" : "RX Endpoint Number",
"format" : "guint32" },
{ "name" : "TX Endpoint Number",
"format" : "guint32" } ] } },
{ "name" : "Software Data Ports",
"id" : "0x12",
"type" : "TLV",
"since" : "1.30",
"format" : "array",
"size-prefix-format" : "guint8",
"array-element" : { "name" : "Element",
"format" : "struct",
"contents" : [ { "name" : "Endpoint Type",
"format" : "guint32",
"public-format" : "QmiDataEndpointType" },
{ "name" : "Interface Number",
"format" : "guint32" },
{ "name" : "Port Name",
"format" : "string" } ] } } ],
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
{ "name" : "Close Port",
"type" : "Message",
"service" : "DPM",
"id" : "0x0021",
"since" : "1.30",
"output" : [ { "common-ref" : "Operation Result" } ] }
]
|