ModemSignal
Object Hierarchy:
Description:
[
CCode ( type_id =
"mm_modem_signal_get_type ()" ) ]
public class ModemSignal :
GdbusModemSignalProxy,
AsyncInitable,
DBusInterface,
Initable,
GdbusModemSignal
The ModemSignal structure contains private data and should only be accessed using the provided API.
Content:
Creation methods:
Methods:
- public string dup_path ()
Gets a copy of the DBus path of the
Object object which implements this interface.
- public Signal get_cdma ()
Gets a Signal object
specifying the CDMA signal information.
- public bool get_error_rate_threshold ()
Gets whether the error rate threshold is enabled or not.
- public Signal get_evdo ()
Gets a Signal object
specifying the EV-DO signal information.
- public Signal get_gsm ()
Gets a Signal object
specifying the GSM signal information.
- public Signal get_lte ()
Gets a Signal object
specifying the LTE signal information.
- public Signal get_nr5g ()
Gets a Signal object
specifying the 5G signal information.
- public unowned string get_path ()
Gets the DBus path of the
Object which implements this interface.
- public uint get_rate ()
Gets the currently configured refresh rate.
- public uint get_rssi_threshold ()
Gets the currently configured RSSI threshold, in dBm.
- public Signal get_umts ()
Gets a Signal object
specifying the UMTS signal information.
- public unowned Signal peek_cdma ()
Gets a Signal object
specifying the CDMA signal information.
- public unowned Signal peek_evdo ()
Gets a Signal object
specifying the EV-DO signal information.
- public unowned Signal peek_gsm ()
Gets a Signal object
specifying the GSM signal information.
- public unowned Signal peek_lte ()
Gets a Signal object
specifying the LTE signal information.
- public unowned Signal peek_nr5g ()
Gets a Signal object
specifying the 5G signal information.
- public unowned Signal peek_umts ()
Gets a Signal object
specifying the UMTS signal information.
- public async bool setup (uint rate, Cancellable? cancellable) throws Error
Asynchronously enables or disables the extended signal quality
information retrieval via periodic polling.
- public bool setup_sync (uint rate, Cancellable? cancellable = null) throws Error
Synchronously enables or disables the extended signal quality
information retrieval via periodic polling.
- public async bool setup_thresholds (SignalThresholdProperties properties, Cancellable? cancellable) throws Error
Asynchronously setups thresholds so that the device itself decides
when to report the extended signal quality information updates.
- public bool setup_thresholds_sync (SignalThresholdProperties properties, Cancellable? cancellable = null) throws Error
Synchronously setups thresholds so that the device itself decides when
to report the extended signal quality information updates.
Inherited Members:
All known members inherited from class GLib.DBusProxy
- @new
- call
- call_sync
- call_with_unix_fd_list
- call_with_unix_fd_list_sync
- create_for_bus
- g_bus_type
- g_connection
- g_default_timeout
- g_flags
- g_interface_info
- g_interface_name
- g_name
- g_name_owner
- g_object_path
- g_properties_changed
- g_signal
- get_cached_property
- get_cached_property_names
- get_connection
- get_default_timeout
- get_flags
- get_interface_info
- get_interface_name
- get_name
- get_name_owner
- get_object_path
- set_cached_property
- set_default_timeout
- set_interface_info
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface GLib.AsyncInitable
All known members inherited from interface GLib.DBusInterface
All known members inherited from interface GLib.Initable
All known members inherited from interface MM.GdbusModemSignal