ModemManagerQt
modem.h
179 * When enabled, the modem's radio is powered on and data sessions, voice calls, location services, and Short Message Service may be available.
181 * When disabled, the modem enters low-power state and no network-related operations are available.
188 * This request may fail if the modem does not support additional bearers, if too many bearers are already defined, or if properties are invalid.
191 QDBusPendingReply<QDBusObjectPath> createBearer(const ModemManager::BearerProperties &bearerProperties);
196 * If the bearer is currently active and providing packet data server, it will be disconnected and that packet data service will terminate.
202 * @return the configured packet data bearers (EPS Bearers, PDP Contexts, or CDMA2000 Packet Data Sessions).
212 * Clear non-persistent configuration and state, and return the device to a newly-powered-on state.
219 * Clear the modem's configuration (including persistent configuration and state), and return the device to a factory-default state.
229 * Set the power @p state of the modem. This action can only be run when the modem is in MM_MODEM_STATE_DISABLED state.
240 * Set the access technologies (e.g. 2G/3G/4G preference) the device is currently allowed to use when connecting to a network.
248 * Set the radio frequency and technology bands the device is currently allowed to use when connecting to a network.
261 * @return List of MMModemCapability values, specifying the combinations of generic family of access technologies the modem supports.
263 * If the modem doesn't allow changing the current capabilities, a single entry with MM_MODEM_CAPABILITY_ANY will be given.
326 * @return The physical modem device reference (ie, USB, PCI, PCMCIA device), which may be dependent upon the operating system.
348 * @return The list of ports in the modem, given as an array of string and unsigned integer pairs.
349 * The string is the port name or path, and the integer is the port type given as a MMModemPortType value.
384 * @return Error specifying why the modem is in MM_MODEM_STATE_FAILED state, given as a MMModemStateFailedReason value.
393 * If the device's access technology cannot be determined, MM_MODEM_ACCESS_TECHNOLOGY_UNKNOWN will be reported.
417 * @return This property exposes the supported mode combinations, given as an list of unsigned integer pairs, where:
419 * The second integer is a single MMModemMode, which specifies the preferred access technology, among the ones defined in the allowed modes.
434 * @return List of MMModemBand values, specifying the radio frequency and technology bands supported by the device.
450 * @return QFlags of MMBearerIpFamily values, specifying the IP families supported by the device.
This class represents bearer properties used for creating of new bearers.
Definition modem.h:34
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.