123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670 |
- [
- // *********************************************************************************
- { "name" : "WMS",
- "type" : "Service" },
- // *********************************************************************************
- { "name" : "QMI Client WMS",
- "type" : "Client",
- "since" : "1.0" },
- // *********************************************************************************
- { "name" : "QMI Message WMS",
- "type" : "Message-ID-Enum" },
- // *********************************************************************************
- { "name" : "QMI Indication WMS",
- "type" : "Indication-ID-Enum" },
- // *********************************************************************************
- { "name" : "Reset",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0000",
- "since" : "1.0",
- "output" : [ { "common-ref" : "Operation Result" } ] },
- // *********************************************************************************
- { "name" : "Set Event Report",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0001",
- "since" : "1.0",
- "input" : [ { "name" : "New MT Message Indicator",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Report",
- "format" : "guint8",
- "public-format" : "gboolean" } ] } ],
- "output" : [ { "common-ref" : "Operation Result" } ] },
- { "name" : "Event Report",
- "type" : "Indication",
- "service" : "WMS",
- "id" : "0x0001",
- "since" : "1.0",
- "output" : [ { "name" : "MT Message",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Storage Type",
- "format" : "guint8",
- "public-format" : "QmiWmsStorageType" },
- { "name" : "Memory Index",
- "format" : "guint32" } ] },
- { "name" : "Transfer Route MT Message",
- "id" : "0x11",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Ack Indicator",
- "format" : "guint8",
- "public-format" : "QmiWmsAckIndicator" },
- { "name" : "Transaction ID",
- "format" : "guint32" },
- { "name" : "Format",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageFormat" },
- { "name" : "Raw Data",
- "format" : "array",
- "size-prefix-format" : "guint16",
- "array-element" : { "format" : "guint8" },
- "personal-info" : "true" } ] },
- { "name" : "Message Mode",
- "id" : "0x12",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageMode" },
- { "name" : "ETWS Message",
- "id" : "0x13",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Notification Type",
- "format" : "guint8",
- "public-format" : "QmiWmsNotificationType" },
- { "name" : "Raw Data",
- "format" : "array",
- "size-prefix-format" : "guint16",
- "array-element" : { "format" : "guint8" },
- "personal-info" : "true" } ] },
- { "name" : "ETWS PLMN Information",
- "id" : "0x14",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "MCC",
- "format" : "guint16" },
- { "name" : "MNC",
- "format" : "guint16" } ] },
- { "name" : "SMSC Address",
- "id" : "0x15",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "string" },
- { "name" : "SMS on IMS",
- "id" : "0x16",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "gboolean" } ] },
- // *********************************************************************************
- { "name" : "Get Supported Messages",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x001E",
- "since" : "1.14",
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "List",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.14",
- "format" : "array",
- "size-prefix-format" : "guint16",
- "array-element" : { "format" : "guint8" },
- "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- { "name" : "Raw Send",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0020",
- "since" : "1.0",
- "input" : [ { "name" : "Raw Message Data",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Format",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageFormat" },
- { "name" : "Raw Data",
- "format" : "array",
- "size-prefix-format" : "guint16",
- "array-element" : { "format" : "guint8" },
- "personal-info" : "true" } ] },
- { "name" : "CDMA Force On DC",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Force",
- "format" : "guint8",
- "public-format" : "gboolean" },
- { "name" : "Service Option",
- "format" : "guint8",
- "public-format" : "QmiWmsCdmaServiceOption" } ] },
- { "name" : "CDMA Follow On DC",
- "id" : "0x11",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Follow",
- "format" : "guint8",
- "public-format" : "gboolean" } ] },
- { "name" : "GSM WCDMA Link Timer",
- "id" : "0x12",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8" },
- { "name" : "SMS on IMS",
- "id" : "0x13",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "gboolean" } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Message ID",
- "id" : "0x01",
- // Even if we have this TLV as mandatory, it seems it really isn't
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint16",
- "prerequisites" : [ { "common-ref" : "Success" } ] },
- { "name" : "CDMA Cause Code",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint16",
- "public-format" : "QmiWmsCdmaCauseCode",
- "prerequisites" : [ { "field" : "Result Error Status",
- "operation" : "!=",
- "value" : "QMI_STATUS_SUCCESS" },
- { "field" : "Result Error Code",
- "operation" : "==",
- "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
- { "name" : "CDMA Error Class",
- "id" : "0x11",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsCdmaErrorClass",
- "prerequisites" : [ { "field" : "Result Error Status",
- "operation" : "!=",
- "value" : "QMI_STATUS_SUCCESS" },
- { "field" : "Result Error Code",
- "operation" : "==",
- "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
- { "name" : "GSM WCDMA Cause Info",
- "id" : "0x12",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "RP Cause",
- "format" : "guint16",
- "public-format" : "QmiWmsGsmUmtsRpCause" },
- { "name" : "TP Cause",
- "format" : "guint8",
- "public-format" : "QmiWmsGsmUmtsTpCause" } ],
- "prerequisites" : [ { "field" : "Result Error Status",
- "operation" : "!=",
- "value" : "QMI_STATUS_SUCCESS" },
- { "field" : "Result Error Code",
- "operation" : "==",
- "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
- { "name" : "Message Delivery Failure Type",
- "id" : "0x13",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageDeliveryFailureType",
- "prerequisites" : [ { "field" : "Result Error Status",
- "operation" : "!=",
- "value" : "QMI_STATUS_SUCCESS" },
- { "field" : "Result Error Code",
- "operation" : "==",
- "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] } ] },
- // *********************************************************************************
- { "name" : "Raw Write",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0021",
- "since" : "1.0",
- "input" : [ { "name" : "Raw Message Data",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Storage Type",
- "format" : "guint8",
- "public-format" : "QmiWmsStorageType" },
- { "name" : "Format",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageFormat" },
- { "name" : "Raw Data",
- "format" : "array",
- "size-prefix-format" : "guint16",
- "array-element" : { "format" : "guint8" },
- "personal-info" : "true" } ] } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Memory Index",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint32",
- "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- { "name" : "Raw Read",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0022",
- "since" : "1.0",
- "input" : [ { "name" : "Message Memory Storage ID",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Storage Type",
- "format" : "guint8",
- "public-format" : "QmiWmsStorageType" },
- { "name" : "Memory Index",
- "format" : "guint32" } ] },
- { "name" : "Message Mode",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageMode" },
- { "name" : "SMS on IMS",
- "id" : "0x11",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "gboolean" } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Raw Message Data",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Message Tag",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageTagType" },
- { "name" : "Format",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageFormat" },
- { "name" : "Raw Data",
- "format" : "array",
- "size-prefix-format" : "guint16",
- "array-element" : { "format" : "guint8" },
- "personal-info" : "true" } ],
- "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- { "name" : "Modify Tag",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0023",
- "since" : "1.0",
- "input" : [ { "name" : "Message Tag",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Storage Type",
- "format" : "guint8",
- "public-format" : "QmiWmsStorageType" },
- { "name" : "Memory Index",
- "format" : "guint32" },
- { "name" : "Message Tag",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageTagType" } ] },
- { "name" : "Message Mode",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageMode" } ],
- "output" : [ { "common-ref" : "Operation Result" } ] },
- // *********************************************************************************
- { "name" : "Delete",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0024",
- "since" : "1.0",
- "input" : [ { "name" : "Memory Storage",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsStorageType" },
- { "name" : "Memory Index",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint32" },
- { "name" : "Message Tag",
- "id" : "0x11",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageTagType" },
- { "name" : "Message Mode",
- "id" : "0x12",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageMode" } ],
- "output" : [ { "common-ref" : "Operation Result" } ] },
- // *********************************************************************************
- { "name" : "Get Message Protocol",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0030",
- "since" : "1.0",
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Message Protocol",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageProtocol",
- "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- { "name" : "List Messages",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0031",
- "since" : "1.0",
- "input" : [ { "name" : "Storage Type",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsStorageType" },
- { "name" : "Message Tag",
- "id" : "0x11",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageTagType" },
- { "name" : "Message Mode",
- "id" : "0x12",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageMode" } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Message List",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "array",
- "size-prefix-format" : "guint32" ,
- "array-element" : { "name" : "Element",
- "format" : "struct",
- "contents" : [ { "name" : "Memory Index",
- "format" : "guint32" },
- { "name" : "Message Tag",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageTagType" } ] },
- "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- { "name" : "Set Routes",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0032",
- "since" : "1.0",
- "input" : [ { "name" : "Route List",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "array",
- "size-prefix-format" : "guint16",
- "array-element" : { "name" : "Element",
- "format" : "struct",
- "contents" : [ { "name" : "Message Type",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageType" },
- { "name" : "Message Class",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageClass" },
- { "name" : "Storage",
- "format" : "guint8",
- "public-format" : "QmiWmsStorageType" },
- { "name" : "Receipt Action",
- "format" : "guint8",
- "public-format" : "QmiWmsReceiptAction" } ] } },
- { "name" : "Transfer Status Report",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsTransferIndication" } ],
- "output" : [ { "common-ref" : "Operation Result" } ] },
- // *********************************************************************************
- { "name" : "Get Routes",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0033",
- "since" : "1.0",
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Route List",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "array",
- "size-prefix-format" : "guint16",
- "array-element" : { "name" : "Element",
- "format" : "struct",
- "contents" : [ { "name" : "Message Type",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageType" },
- { "name" : "Message Class",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageClass" },
- { "name" : "Storage",
- "format" : "guint8",
- "public-format" : "QmiWmsStorageType" },
- { "name" : "Receipt Action",
- "format" : "guint8",
- "public-format" : "QmiWmsReceiptAction" } ] },
- "prerequisites" : [ { "common-ref" : "Success" } ] },
- { "name" : "Transfer Status Report",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsTransferIndication",
- "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- { "name" : "Send Ack",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0037",
- "since" : "1.28",
- "input" : [ { "name" : "Information",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.28",
- "format" : "sequence",
- "contents" : [ { "name" : "Transaction ID",
- "format" : "guint32" },
- { "name" : "Message Protocol",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageProtocol" },
- { "name" : "Success",
- "format" : "guint8",
- "public-format" : "gboolean" } ] },
- { "name" : "3GPP2 Failure Information",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.28",
- "format" : "sequence",
- "contents" : [ { "name" : "Error Class",
- "format" : "guint8",
- "public-format" : "QmiWmsCdmaErrorClass" },
- { "name" : "Cause Code",
- "format" : "guint8",
- "public-format" : "QmiWmsCdmaCauseCode" } ] },
- { "name" : "3GPP Failure Information",
- "id" : "0x11",
- "type" : "TLV",
- "since" : "1.28",
- "format" : "sequence",
- "contents" : [ { "name" : "RP Cause",
- "format" : "guint8",
- "public-format" : "QmiWmsGsmUmtsRpCause" },
- { "name" : "TP Cause",
- "format" : "guint8",
- "public-format" : "QmiWmsGsmUmtsTpCause" } ] },
- { "name" : "SMS on IMS",
- "id" : "0x12",
- "type" : "TLV",
- "since" : "1.28",
- "format" : "guint8",
- "public-format" : "gboolean" } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Failure Cause",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.28",
- "format" : "guint8",
- "public-format" : "QmiWmsAckFailureCause",
- "prerequisites" : [ { "field" : "Result Error Status",
- "operation" : "!=",
- "value" : "QMI_STATUS_SUCCESS" },
- { "field" : "Result Error Code",
- "operation" : "==",
- "value" : "QMI_PROTOCOL_ERROR_ACK_NOT_SENT" } ] } ] },
- // *********************************************************************************
- { "name" : "Send From Memory Storage",
- "type" : "Message",
- "service" : "WMS",
- "id" : "0x0042",
- "since" : "1.0",
- "input" : [ { "name" : "Information",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Storage Type",
- "format" : "guint8",
- "public-format" : "QmiWmsStorageType" },
- { "name" : "Memory Index",
- "format" : "guint32" },
- { "name" : "Message Mode",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageMode" } ] },
- { "name" : "SMS on IMS",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "gboolean" } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Message ID",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint16",
- "prerequisites" : [ { "common-ref" : "Success" } ] },
- { "name" : "CDMA Cause Code",
- "id" : "0x11",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint16",
- "public-format" : "QmiWmsCdmaCauseCode",
- "prerequisites" : [ { "field" : "Result Error Status",
- "operation" : "!=",
- "value" : "QMI_STATUS_SUCCESS" },
- { "field" : "Result Error Code",
- "operation" : "==",
- "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
- { "name" : "CDMA Error Class",
- "id" : "0x12",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsCdmaErrorClass",
- "prerequisites" : [ { "field" : "Result Error Status",
- "operation" : "!=",
- "value" : "QMI_STATUS_SUCCESS" },
- { "field" : "Result Error Code",
- "operation" : "==",
- "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
- { "name" : "GSM WCDMA Cause Info",
- "id" : "0x13",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "RP Cause",
- "format" : "guint16",
- "public-format" : "QmiWmsGsmUmtsRpCause" },
- { "name" : "TP Cause",
- "format" : "guint8",
- "public-format" : "QmiWmsGsmUmtsTpCause" } ],
- "prerequisites" : [ { "field" : "Result Error Status",
- "operation" : "!=",
- "value" : "QMI_STATUS_SUCCESS" },
- { "field" : "Result Error Code",
- "operation" : "==",
- "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
- { "name" : "Message Delivery Failure Type",
- "id" : "0x14",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiWmsMessageDeliveryFailureType",
- "prerequisites" : [ { "field" : "Result Error Status",
- "operation" : "!=",
- "value" : "QMI_STATUS_SUCCESS" },
- { "field" : "Result Error Code",
- "operation" : "==",
- "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] } ] },
- // *********************************************************************************
- { "name" : "SMSC Address",
- "type" : "Indication",
- "service" : "WMS",
- "id" : "0x0046",
- "since" : "1.14",
- "output" : [ { "name" : "Address",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.14",
- "format" : "sequence",
- "contents" : [ { "name" : "Type",
- "format" : "string",
- "fixed-size" : "3" },
- { "name" : "Digits",
- "format" : "string",
- "size-prefix-format" : "guint8" } ] } ] }
- ]
|