Top | ![]() |
![]() |
![]() |
![]() |
org.freedesktop.ModemManager1.Modem.CellBroadcastorg.freedesktop.ModemManager1.Modem.CellBroadcast — The ModemManager CellBroadcast service interface. |
List (OUT ao result); Delete (IN o path); SetChannels (IN a(uu) channels);
This interface allows clients to configure the details of CellBroadcast service information.
This interface will only be available once the modem is ready to be registered in the cellular network.
List (OUT ao result);
Retrieve all cell broadcast messages.
This method should only be used once and subsequent information retrieved either by listening for the "Added" signal, or by querying the specific CBM object of interest.
Since: 1.24
|
The list of CBM object paths. |
Delete (IN o path);
Delete an cell broadcast message
Since: 1.24
|
The object path of the CBM to delete. |
Added (o path);
Emitted when any part of a new cell broadcast message has been received. Not all parts may have been received and the message may not be complete.
Check the 'State' property to determine if the message is complete.
Since: 1.24
|
Object path of the new CBM. |