ModemManagerQt
modemsimple.h
46 * returning the bearer's IP details. If no matching bearer is found, a new bearer will be created
47 * and activated, but this operation may fail if no resources are available to complete this connection
50 * This call may make a large number of changes to modem configuration based on properties passed in. For
51 * example, given a PIN-locked, disabled GSM/UMTS modem, this call may unlock the SIM PIN, alter the access
52 * technology preference, wait for network registration (or force registration to a specific provider), create
60 * @param operator-id ETSI MCC-MNC of a network to force registration with, given as a string value (signature "s").
61 * @param apn For GSM/UMTS and LTE devices the APN to use, given as a string value (signature "s").
62 * @param ip-type For GSM/UMTS and LTE devices the IP addressing type to use, given as a MMBearerIpFamily value (signature "u").
63 * @param allowed-auth The authentication method to use, given as a MMBearerAllowedAuth value (signature "u"). Optional in 3GPP.
64 * @param user User name (if any) required by the network, given as a string value (signature "s"). Optional in 3GPP.
65 * @param password Password (if any) required by the network, given as a string value (signature "s"). Optional in 3GPP.
67 * @param allow-roaming FALSE to allow only connections to home networks, given as a boolean value (signature "b").
68 * @param rm-protocol For CDMA devices, the protocol of the Rm interface, given as a MMModemCdmaRmProtocol value (signature "u").
70 * @return On successful connect, returns the object path of the connected packet data bearer used for the connection attempt.
79 * @param state A MMModemState value specifying the overall state of the modem, given as an unsigned integer value (signature "u").
80 * @param signal-quality Signal quality value, given only when registered, as an unsigned integer value (signature "u").
81 * @param current-bands List of MMModemBand values, given only when registered, as a list of unsigned integer values (signature "au").
82 * @param access-technology A MMModemAccessTechnology value, given only when registered, as an unsigned integer value (signature "u").
83 * @param m3gpp-registration-state A MMModem3gppRegistrationState value specifying the state of the registration,
85 * @param m3gpp-operator-code Operator MCC-MNC, given only when registered in a 3GPP network, as a string value (signature "s").
86 * @param m3gpp-operator-name Operator name, given only when registered in a 3GPP network, as a string value (signature "s").
87 * @param cdma-cdma1x-registration-state A MMModemCdmaRegistrationState value specifying the state of the registration,
89 * @param cdma-evdo-registration-state A MMModemCdmaRegistrationState value specifying the state of the registration,
91 * @param cdma-sid The System Identifier of the serving network, if registered in a CDMA1x network and if known.
This namespace allows to query the underlying system to discover the available modem interfaces respo...
Definition bearer.cpp:20
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.