cli: add commands to get info from modem
This commit is contained in:
@@ -34,4 +34,12 @@ void mmcli_manager_run_asynchronous (GDBusConnection *connection,
|
||||
void mmcli_manager_run_synchronous (GDBusConnection *connection);
|
||||
void mmcli_manager_shutdown (void);
|
||||
|
||||
/* Modem group */
|
||||
GOptionGroup *mmcli_modem_get_option_group (void);
|
||||
gboolean mmcli_modem_options_enabled (void);
|
||||
gboolean mmcli_modem_run_asynchronous (GDBusConnection *connection,
|
||||
GCancellable *cancellable);
|
||||
void mmcli_modem_run_synchronous (GDBusConnection *connection);
|
||||
void mmcli_modem_shutdown (void);
|
||||
|
||||
#endif /* __MMCLI_H__ */
|
||||
|
Reference in New Issue
Block a user