Top |
DMS Get MAC Address responseDMS Get MAC Address response — Methods to manage the DMS Get MAC Address response. |
Collection of methods to create requests and parse responses of the DMS Get MAC Address message.
QmiMessageDmsGetMacAddressInput *
qmi_message_dms_get_mac_address_input_new
(void
);
Allocates a new QmiMessageDmsGetMacAddressInput.
the newly created QmiMessageDmsGetMacAddressInput. The returned value should be freed with qmi_message_dms_get_mac_address_input_unref()
.
Since: 1.26
QmiMessageDmsGetMacAddressInput *
qmi_message_dms_get_mac_address_input_ref
(QmiMessageDmsGetMacAddressInput *self
);
Atomically increments the reference count of self
by one.
Since: 1.26
void
qmi_message_dms_get_mac_address_input_unref
(QmiMessageDmsGetMacAddressInput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.26
gboolean qmi_message_dms_get_mac_address_input_get_device (QmiMessageDmsGetMacAddressInput *self
,QmiDmsMacType *value_device
,GError **error
);
Get the 'Device' field from self
.
self |
||
value_device |
a placeholder for the output QmiDmsMacType, or |
[out][optional] |
error |
Return location for error or |
Since: 1.26
gboolean qmi_message_dms_get_mac_address_input_set_device (QmiMessageDmsGetMacAddressInput *self
,QmiDmsMacType value_device
,GError **error
);
Set the 'Device' field in the message.
Since: 1.26
QmiMessageDmsGetMacAddressOutput *
qmi_message_dms_get_mac_address_output_ref
(QmiMessageDmsGetMacAddressOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.26
void
qmi_message_dms_get_mac_address_output_unref
(QmiMessageDmsGetMacAddressOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.26
gboolean qmi_message_dms_get_mac_address_output_get_result (QmiMessageDmsGetMacAddressOutput *self
,GError **error
);
Get the result of the QMI operation.
Since: 1.26
gboolean qmi_message_dms_get_mac_address_output_get_mac_address (QmiMessageDmsGetMacAddressOutput *self
,GArray **value_mac_address
,GError **error
);
Get the 'MAC Address' field from self
.
Since: 1.26
QmiMessageDmsGetMacAddressOutput * qmi_message_dms_get_mac_address_response_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiMessageDmsGetMacAddressOutput out of it. The operation fails if the message is of the wrong type.
a QmiMessageDmsGetMacAddressOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_dms_get_mac_address_output_unref()
.
Since: 1.34
void qmi_client_dms_get_mac_address (QmiClientDms *self
,QmiMessageDmsGetMacAddressInput *input
,guint timeout
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously sends a Get MAC Address request to the device.
When the operation is finished, callback
will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call qmi_client_dms_get_mac_address_finish()
to get the result of the operation.
self |
a QmiClientDms. |
|
input |
||
timeout |
maximum time to wait for the method to complete, in seconds. |
|
cancellable |
a GCancellable or |
|
callback |
a GAsyncReadyCallback to call when the request is satisfied. |
|
user_data |
user data to pass to |
Since: 1.26
QmiMessageDmsGetMacAddressOutput * qmi_client_dms_get_mac_address_finish (QmiClientDms *self
,GAsyncResult *res
,GError **error
);
Finishes an async operation started with qmi_client_dms_get_mac_address()
.
self |
a QmiClientDms. |
|
res |
the GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
a QmiMessageDmsGetMacAddressOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_dms_get_mac_address_output_unref()
.
Since: 1.26
typedef struct _QmiMessageDmsGetMacAddressInput QmiMessageDmsGetMacAddressInput;
The QmiMessageDmsGetMacAddressInput structure contains private data and should only be accessed using the provided API.
Since: 1.26
typedef struct _QmiMessageDmsGetMacAddressOutput QmiMessageDmsGetMacAddressOutput;
The QmiMessageDmsGetMacAddressOutput structure contains private data and should only be accessed using the provided API.
Since: 1.26