SmsProperties
Object Hierarchy:
Description:
The SmsProperties structure contains private data and should only be accessed using the provided API.
Namespace: MM
Package: libmm-glib
Content:
Creation methods:
- public SmsProperties ()
Creates a new empty SmsProperties.
Methods:
- public int get_class ()
Gets the 3GPP message class of the SMS.
- public uint8 get_data (out size_t data_len)
Gets the message data.
- public ByteArray get_data_bytearray ()
Gets the message data.
- public bool get_delivery_report_request ()
Checks whether delivery report is requested for the SMS.
- public unowned string get_number ()
Gets the number to which the message is addressed.
- public SmsCdmaServiceCategory get_service_category ()
Gets the CDMA message service category of the SMS.
- public unowned string get_smsc ()
Gets the SMS service center number.
- public SmsCdmaTeleserviceId get_teleservice_id ()
Gets the CDMA teleservice ID of the SMS.
- public unowned string get_text ()
Gets the message text, in UTF-8.
- public uint get_validity_relative ()
Gets the relative validity time of the SMS.
- public SmsValidityType get_validity_type ()
Gets the relative validity type the SMS.
- public unowned ByteArray peek_data_bytearray ()
Gets the message data.
- public void set_class (int message_class)
Sets the 3GPP message class of the SMS.
- public void set_data (uint8 data, size_t data_length)
Sets the message data.
- public void set_data_bytearray (ByteArray data)
Sets the message data.
- public void set_delivery_report_request (bool request)
Sets whether delivery report is requested for the SMS.
- public void set_number (string number)
Sets the number to which the message is addressed.
- public void set_service_category (SmsCdmaServiceCategory service_category)
Sets the CDMA service category of the SMS.
- public void set_smsc (string smsc)
Sets the SMS service center number.
- public void set_teleservice_id (SmsCdmaTeleserviceId teleservice_id)
Sets the CDMA teleservice ID of the SMS.
- public void set_text (string text)
Sets the message text.
- public void set_validity_relative (uint validity)
Sets the relative validity time of the SMS.
Inherited Members:
All known members inherited from class GLib.Object