- public async bool disable_facility_lock (Modem3gppFacility facility, string control_key, Cancellable? cancellable) throws Error
Asynchronously disables the modem personalization lock.
- public bool disable_facility_lock_sync (Modem3gppFacility facility, string control_key, Cancellable? cancellable = null) throws Error
Synchronously disables facility lock.
- public string dup_imei ()
Gets a copy of the <ulink url="http://en.
- public string dup_initial_eps_bearer_path ()
Gets a copy of the DBus path of the initial EPS
Bearer exposed in this Modem3gpp.
- public string dup_operator_code ()
Gets a copy of the code of the operator to which the mobile is
currently registered.
- public string dup_operator_name ()
Gets a copy of the name of the operator to which the mobile is
currently registered.
- public string dup_path ()
Gets a copy of the DBus path of the
Object object which implements this interface.
- public Modem3gppFacility get_enabled_facility_locks ()
Get the list of facilities for which PIN locking is enabled.
- public Modem3gppEpsUeModeOperation get_eps_ue_mode_operation ()
Get the UE mode of operation for EPS.
- public unowned string get_imei ()
Gets the <ulink url="http://en.
- public async Bearer get_initial_eps_bearer (Cancellable? cancellable) throws Error
Asynchronously gets the initial EPS
Bearer object exposed by this Modem3gpp.
- public BearerProperties get_initial_eps_bearer_settings ()
Gets a
BearerProperties object specifying the settings configured in the device to use when attaching to the LTE network.
- public Bearer get_initial_eps_bearer_sync (Cancellable? cancellable = null) throws Error
Synchronously gets the initial EPS
Bearer object exposed by this Modem3gpp.
- public NetworkRejection get_network_rejection ()
Gets a
NetworkRejection object specifying the network rejection information received during registration failure.
- public Nr5gRegistrationSettings get_nr5g_registration_settings ()
- public unowned string get_operator_code ()
Gets the code of the operator to which the mobile is currently
registered.
- public unowned string get_operator_name ()
Gets the name of the operator to which the mobile is currently
registered.
- public Modem3gppPacketServiceState get_packet_service_state ()
Get the packet domain service state.
- public unowned string get_path ()
Gets the DBus path of the
Object which implements this interface.
- public List<Pco> get_pco ()
Get the list of Pco received
from the network.
- public Modem3gppRegistrationState get_registration_state ()
Get the the mobile registration status as defined in 3GPP TS 27.007
section 10.1.19.
- public Modem3gppSubscriptionState get_subscription_state ()
Get the current subscription status of the account.
- public unowned BearerProperties peek_initial_eps_bearer_settings ()
Gets a
BearerProperties object specifying the settings configured in the device to use when attaching to the LTE network.
- public unowned NetworkRejection peek_network_rejection ()
Gets a
NetworkRejection object specifying the network rejection information received during registration failure.
- public unowned Nr5gRegistrationSettings peek_nr5g_registration_settings ()
- public async bool register (string network_id, Cancellable? cancellable) throws Error
Asynchronously requests registration with a given mobile network.
- public bool register_sync (string network_id, Cancellable? cancellable = null) throws Error
Synchronously requests registration with a given mobile network.
- public async List<Modem3gppNetwork> scan (Cancellable? cancellable) throws Error
Asynchronously requests to scan available 3GPP networks.
- public List<Modem3gppNetwork> scan_sync (Cancellable? cancellable = null) throws Error
Synchronously requests to scan available 3GPP networks.
- public async bool set_carrier_lock (uint8[] data, Cancellable? cancellable) throws Error
Asynchronously sends the carrier lock information to the modem.
- public bool set_carrier_lock_sync (uint8[] data, Cancellable? cancellable = null) throws Error
Synchronously sends the carrier lock information to the modem.
- public async bool set_eps_ue_mode_operation (Modem3gppEpsUeModeOperation mode, Cancellable? cancellable) throws Error
Asynchronously requests to update the EPS UE mode of operation.
- public bool set_eps_ue_mode_operation_sync (Modem3gppEpsUeModeOperation mode, Cancellable? cancellable = null) throws Error
Synchronously requests to update the EPS UE mode of operation.
- public async bool set_initial_eps_bearer_settings (BearerProperties config, Cancellable? cancellable) throws Error
Asynchronously configures the settings for the initial LTE default
bearer.
- public bool set_initial_eps_bearer_settings_sync (BearerProperties config, Cancellable? cancellable = null) throws Error
Synchronously configures the settings for the initial LTE default
bearer.
- public async bool set_nr5g_registration_settings (Nr5gRegistrationSettings settings, Cancellable? cancellable) throws Error
Asynchronously configures the 5GNR registration settings.
- public bool set_nr5g_registration_settings_sync (Nr5gRegistrationSettings settings, Cancellable? cancellable = null) throws Error
Synchronously configures the 5GNR registration settings.
- public async bool set_packet_service_state (Modem3gppPacketServiceState state, Cancellable? cancellable) throws Error
Asynchronously tries to attach or detach from the packet domain
service.
- public bool set_packet_service_state_sync (Modem3gppPacketServiceState state, Cancellable? cancellable = null) throws Error
Synchronously tries to attach or detach from the packet domain
service.