1234567891011121314151617181920212223242526272829303132333435363738 |
- [
- // *********************************************************************************
- { "type" : "Service",
- "name" : "USSD" },
- // *********************************************************************************
- { "name" : "",
- "service" : "USSD",
- "type" : "Command",
- "set" : [ { "name" : "Action",
- "format" : "guint32",
- "public-format" : "MbimUssdAction" },
- { "name" : "DataCodingScheme",
- "format" : "guint32" },
- { "name" : "Payload",
- "format" : "ref-byte-array" } ],
- "response" : [ { "name" : "Response",
- "format" : "guint32",
- "public-format" : "MbimUssdResponse" },
- { "name" : "SessionState",
- "format" : "guint32",
- "public-format" : "MbimUssdSessionState" },
- { "name" : "DataCodingScheme",
- "format" : "guint32" },
- { "name" : "Payload",
- "format" : "ref-byte-array" } ],
- "notification" : [ { "name" : "Response",
- "format" : "guint32",
- "public-format" : "MbimUssdResponse" },
- { "name" : "SessionState",
- "format" : "guint32",
- "public-format" : "MbimUssdSessionState" },
- { "name" : "DataCodingScheme",
- "format" : "guint32" },
- { "name" : "Payload",
- "format" : "ref-byte-array" } ] }
- ]
|