ModemCdma
Object Hierarchy:
Description:
[
CCode ( type_id =
"mm_modem_cdma_get_type ()" ) ]
public class ModemCdma :
GdbusModemCdmaProxy,
AsyncInitable,
DBusInterface,
Initable,
GdbusModemCdma
The ModemCdma structure contains private data and should only be accessed using the provided API.
Content:
Creation methods:
Methods:
- public async bool activate (string carrier, Cancellable? cancellable) throws Error
Asynchronously requests to provision the modem for use with a given carrier
using the modem's OTA activation functionality, if any.
- public async bool activate_manual (CdmaManualActivationProperties properties, Cancellable? cancellable) throws Error
Asynchronously requests to provision the modem with the given properties.
- public bool activate_manual_sync (CdmaManualActivationProperties properties, Cancellable? cancellable = null) throws Error
Synchronously requests to provision the modem with the given properties.
- public bool activate_sync (string carrier, Cancellable? cancellable = null) throws Error
Synchronously requests to provision the modem for use with a given carrier
using the modem's OTA activation functionality, if any.
- public string dup_esn ()
- public string dup_meid ()
- public string dup_path ()
Gets a copy of the DBus path of the
Object object which implements this interface.
- public ModemCdmaActivationState get_activation_state ()
Gets the state of the activation in the 3GPP2 network.
- public ModemCdmaRegistrationState get_cdma1x_registration_state ()
Gets the state of the registration in the CDMA 1x network.
- public unowned string get_esn ()
- public ModemCdmaRegistrationState get_evdo_registration_state ()
Gets the state of the registration in the EV-DO network.
- public unowned string get_meid ()
- public uint get_nid ()
Gets the
Network Identifier of the serving CDMA 1x network,
if known, and if the modem is registered with a CDMA 1x network.
- public unowned string get_path ()
Gets the DBus path of the
Object which implements this interface.
- public uint get_sid ()
Gets the
System Identifier of the serving CDMA 1x network, if
known, and if the modem is registered with a CDMA 1x network.
Inherited Members:
All known members inherited from class GLib.DBusProxy
All known members inherited from class GLib.Object
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.GdbusModemCdma