Skip to main content

QmiConfigTypeAndId

Type Alias QmiConfigTypeAndId 

Source
pub type QmiConfigTypeAndId = QmiDeprecatedConfigTypeAndId;
Expand description

A QmiConfigTypeAndId struct.

config_type: a QmiPdcConfigurationType.
id: a GArray of guint8 elements.

This type is deprecated and there is no replacement as the
new methods don’t require any intermediate type any more.

Since: 1.18
Deprecated: 1.32

Aliased Type§

#[repr(C)]
pub struct QmiConfigTypeAndId { pub config_type: QmiPdcConfigurationType, pub id: *mut GArray, }

Fields§

§config_type: QmiPdcConfigurationType§id: *mut GArray