Mbim.SmsPduReadRecord¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
message_index |
r/w |
a #guint32. |
|
message_status |
r/w |
a |
|
pdu_data |
r/w |
an array of #guint8 values. |
|
pdu_data_size |
r/w |
size of the pdu_data array. |
Methods¶
class |
|
Details¶
- class Mbim.SmsPduReadRecord¶
A
Mbim.SmsPduReadRecord
element.New in version 1.4.
- classmethod array_free(array)¶
- Parameters:
array (
Mbim.SmsPduReadRecord
) – aNone
terminated array ofMbim.SmsPduReadRecord
structs.
Frees the memory allocated for the array of
Mbim.SmsPduReadRecord
structs.New in version 1.4.