ModemManagerQt
modemcdma.h
30 * This class provides access to specific actions that may be performed in modems with CDMA capabilities.
60 * "spc": The Service Programming Code, given as a string of exactly 6 digit characters. Mandatory parameter.
61 * "sid": The System Identification Number, given as a 16-bit unsigned integer (signature "q"). Mandatory parameter.
62 * "mdn": The Mobile Directory Number, given as a string of maximum 15 characters. Mandatory parameter.
63 * "min": The Mobile Identification Number, given as a string of maximum 15 characters. Mandatory parameter.
71 * @return a MMModemCdmaActivationState value specifying the state of the activation in the 3GPP2 network.
81 * @return the modem's Electronic Serial Number (superseded by MEID but still used by older devices).
86 * @return the System Identifier of the serving CDMA 1x network, if known, and if the modem is registered with a CDMA 1x network.
87 * @see http://ifast.org or the mobile broadband provider database for mappings of SIDs to network providers.
92 * @return the Network Identifier of the serving CDMA 1x network, if known, and if the modem is registered with a CDMA 1x network.
124 * @param status_changes properties that have changed as a result of this activation state change, including "mdn" and "min".
127 void activationStateChanged(MMModemCdmaActivationState state, MMCdmaActivationError error, const QVariantMap &status_changes);
void activationStateChanged(MMModemCdmaActivationState state, MMCdmaActivationError error, const QVariantMap &status_changes)
This signal is emitted when the activation info this network changes.
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 Fri Nov 22 2024 12:07:54 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:07:54 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.