[ Version ( since = "1.2" ) ]
public bool accept_network_initiated_session_sync (uint session_id, bool accept, Cancellable? cancellable = null) throws Error
Synchronously accepts a nework-initiated OMA device management session.
The calling thread is blocked until a reply is received. See accept_network_initiated_session for the asynchronous version of this method.
| this |
A ModemOma. |
| session_id |
The unique ID of the network-initiated session. |
| accept |
true if the session is to be accepted, false otherwise. |
| cancellable |
A Cancellable or null. |
|
true if the session was started, false if throws is set. |