| libqmi-glib Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
enum QmiWdaLinkLayerProtocol; enum QmiWdaDataAggregationProtocol; const gchar * qmi_wda_link_layer_protocol_get_string (QmiWdaLinkLayerProtocol val); const gchar * qmi_wda_data_aggregation_protocol_get_string (QmiWdaDataAggregationProtocol val);
typedef enum {
QMI_WDA_LINK_LAYER_PROTOCOL_UNKNOWN = 0x00,
QMI_WDA_LINK_LAYER_PROTOCOL_802_3 = 0x01,
QMI_WDA_LINK_LAYER_PROTOCOL_RAW_IP = 0x02,
} QmiWdaLinkLayerProtocol;
Link layer protocol.
typedef enum {
QMI_WDA_DATA_AGGREGATION_PROTOCOL_DISABLED = 0x00,
QMI_WDA_DATA_AGGREGATION_PROTOCOL_TLP = 0x01,
QMI_WDA_DATA_AGGREGATION_PROTOCOL_QC_NCM = 0x02,
QMI_WDA_DATA_AGGREGATION_PROTOCOL_MBIM = 0x03,
QMI_WDA_DATA_AGGREGATION_PROTOCOL_RNDIS = 0x04,
QMI_WDA_DATA_AGGREGATION_PROTOCOL_QMAP = 0x05,
} QmiWdaDataAggregationProtocol;
Data aggregation protocol in uplink or downlink.
| Disabled. | |
| TLP enabled. | |
| QC NCM enabled. | |
| MBIM enabled. | |
| RNDIS enabled. | |
| QMAP enabled. |
const gchar * qmi_wda_link_layer_protocol_get_string
(QmiWdaLinkLayerProtocol val);
Gets the nickname string for the QmiWdaLinkLayerProtocol specified at val.
|
a QmiWdaLinkLayerProtocol. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * qmi_wda_data_aggregation_protocol_get_string
(QmiWdaDataAggregationProtocol val);
Gets the nickname string for the QmiWdaDataAggregationProtocol specified at val.
|
a QmiWdaDataAggregationProtocol. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|