Gammu internals
1.38.0
|
Data Structures | |
struct | GSM_CBMessage |
Functions | |
GSM_Error | GSM_SetIncomingCB (GSM_StateMachine *s, gboolean enable) |
Cell broadcast messages manipulations.
GSM_Error GSM_SetIncomingCB | ( | GSM_StateMachine * | s, |
gboolean | enable | ||
) |
Gets network information from phone.
s | State machine pointer. | |
[in] | enable | Whether to enable notifications. |
Gets network information from phone.
Definition at line 793 of file api.c.
References CHECK_PHONE_CONNECTION, GSM_Phone::Functions, _GSM_StateMachine::Phone, PRINT_LOG_ERROR, and GSM_Phone_Functions::SetIncomingCB.