blob: 89a5a4926442f2bd87fde38f147a86af38582bcc [file] [log] [blame]
[
// *********************************************************************************
{ "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" } ] }
]