Static
initPrivate
_listenlet modem_manager = await ModemManager.init(bus);
let modem = modem_manager.getModem(0); // /org/freedesktop/ModemManager1/Modem/0
let modem3gpp = await modem.getModem3gpp();
let settings: Partial<BearerConfiguration> = {
"apn": "ATT-APN-NAME",
"user": "admin",
"password": "super-secret-password",
"apn-type": BearerApnType.MM_BEARER_APN_TYPE_INITIAL
}
modem3gpp.setInitialEpsBearerSettings(settings);
an object which is a subset of BearerConfiguration, containing 3GPP specific fields
Private
_busPrivate
_modem3gppPrivate
_propertiesPrivate
_propertiesPrivate
_propertiesContinuously updated Modem properties
Private
constructorGenerated using TypeDoc
A wrapper for the ModemManager Modem3gpp DBus interface.
See
https://www.freedesktop.org/software/ModemManager/doc/latest/ModemManager/gdbus-org.freedesktop.ModemManager1.Modem.Modem3gpp.html