Go to the source code of this file.
◆ GSM_PPP_MDM_ICCID_LENGTH
#define GSM_PPP_MDM_ICCID_LENGTH 32 |
◆ GSM_PPP_MDM_IMEI_LENGTH
#define GSM_PPP_MDM_IMEI_LENGTH 16 |
◆ GSM_PPP_MDM_IMSI_LENGTH
#define GSM_PPP_MDM_IMSI_LENGTH 16 |
◆ GSM_PPP_MDM_MANUFACTURER_LENGTH
#define GSM_PPP_MDM_MANUFACTURER_LENGTH 10 |
◆ GSM_PPP_MDM_MODEL_LENGTH
#define GSM_PPP_MDM_MODEL_LENGTH 16 |
◆ GSM_PPP_MDM_REVISION_LENGTH
#define GSM_PPP_MDM_REVISION_LENGTH 64 |
◆ gsm_ppp_modem_info()
Get GSM modem information.
- Parameters
-
- Return values
-
◆ gsm_ppp_register_modem_power_callback()
void gsm_ppp_register_modem_power_callback |
( |
const struct device * |
dev, |
|
|
gsm_modem_power_cb |
modem_on, |
|
|
gsm_modem_power_cb |
modem_off, |
|
|
void * |
user_data |
|
) |
| |
Register functions callbacks for power modem on/off.
- Parameters
-
dev | gsm modem device |
modem_on | callback function to execute during gsm ppp configuring. |
modem_off | callback function to execute during gsm ppp stopping. |
user_data | user specified data |