SimpleStatus
Object Hierarchy:
Description:
The SimpleStatus structure contains private data and should only be accessed using the provided API.
Namespace: MM
Package: libmm-glib
Content:
Properties:
- public ModemAccessTechnology access_technologies { get; set; }
- public ModemCdmaRegistrationState cdma_cdma1x_registration_state { get; set; }
- public ModemCdmaRegistrationState cdma_evdo_registration_state { get; set; }
- public uint cdma_nid { get; set; }
- public uint cdma_sid { get; set; }
- public Variant current_bands { owned get; set; }
- public string m3gpp_operator_code { owned get; set; }
- public string m3gpp_operator_name { owned get; set; }
- public Modem3gppRegistrationState m3gpp_registration_state { get; set; }
- public Modem3gppSubscriptionState m3gpp_subscription_state { get; set; }
- public Variant signal_quality { owned get; set; }
- public ModemState state { get; set; }
Creation methods:
- protected SimpleStatus ()
Methods:
- public unowned string get_3gpp_operator_code ()
Gets the MCC/MNC of the operator of the 3GPP network where the modem is registered.
- public unowned string get_3gpp_operator_name ()
Gets the name of the operator of the 3GPP network where the modem is registered.
- public Modem3gppRegistrationState get_3gpp_registration_state ()
Gets the current state of the registration in the 3GPP network.
- public Modem3gppSubscriptionState get_3gpp_subscription_state ()
Gets the current subscription status of the account.
- public ModemAccessTechnology get_access_technologies ()
Gets the currently used access technologies.
- public ModemCdmaRegistrationState get_cdma_cdma1x_registration_state ()
Gets the current state of the registration in the CDMA-1x network.
- public ModemCdmaRegistrationState get_cdma_evdo_registration_state ()
Gets the current state of the registration in the EV-DO network.
- public uint get_cdma_nid ()
Gets the Network Identification number of the CDMA network.
- public uint get_cdma_sid ()
Gets the System Identification number of the CDMA network.
- public void get_current_bands (out ModemBand bands, out uint n_bands)
Gets the currently used frequency bands.
- public uint32 get_signal_quality (out bool recent)
Gets the signal quality.
- public ModemState get_state ()
Gets the state of the modem.
Inherited Members:
All known members inherited from class GLib.Object