GdbusSms
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusSms" , type_id = "mm_gdbus_sms_get_type ()" ) ]
public interface GdbusSms : Object
public interface GdbusSms : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Sms.
All known implementing classes:
Namespace: MM
Package: libmm-glib
Content:
Properties:
- public abstract int @class { get; set; }
Represents the D-Bus property "Class".
- public abstract Variant data { owned get; set; }
Represents the D-Bus property "Data".
- public abstract bool delivery_report_request { get; set; }
Represents the D-Bus property "DeliveryReportRequest".
- public abstract uint delivery_state { get; set; }
Represents the D-Bus property "DeliveryState".
- public abstract string discharge_timestamp { owned get; set; }
Represents the D-Bus property "DischargeTimestamp".
- public abstract uint message_reference { get; set; }
Represents the D-Bus property "MessageReference".
- public abstract string number { owned get; set; }
Represents the D-Bus property "Number".
- public abstract uint pdu_type { get; set; }
Represents the D-Bus property "PduType".
- public abstract uint service_category { get; set; }
Represents the D-Bus property "ServiceCategory".
- public abstract string smsc { owned get; set; }
Represents the D-Bus property "SMSC".
- public abstract uint state { get; set; }
Represents the D-Bus property "State".
- public abstract uint storage { get; set; }
Represents the D-Bus property "Storage".
- public abstract uint teleservice_id { get; set; }
Represents the D-Bus property "TeleserviceId".
- public abstract string text { owned get; set; }
Represents the D-Bus property "Text".
- public abstract string timestamp { owned get; set; }
Represents the D-Bus property "Timestamp".
- public abstract Variant validity { owned get; set; }
Represents the D-Bus property "Validity".
Static methods:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.ModemManager1.Sms D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the GdbusSms interface for a concrete class.
Methods:
- public async bool call_send (Cancellable? cancellable) throws Error
Asynchronously invokes the Send D-Bus method on this.
- public bool call_send_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the Send D-Bus method on this.
- public async bool call_store (uint arg_storage, Cancellable? cancellable) throws Error
Asynchronously invokes the Store D-Bus method on this.
- public bool call_store_sync (uint arg_storage, Cancellable? cancellable = null) throws Error
Synchronously invokes the Store D-Bus method on this.
- public void complete_send (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the Send D-Bus method.
- public void complete_store (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the Store D-Bus method.
Signals:
- public virtual signal bool handle_send (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the Send D-Bus method.
- public virtual signal bool handle_store (DBusMethodInvocation invocation, uint arg_storage)
Signal emitted when a remote caller is invoking the Store D-Bus method.
Inherited Members:
All known members inherited from class GLib.Object