accept_network_initiated_session_sync
Description:
[ Version ( since = "1.2" ) ]
public bool accept_network_initiated_session_sync (uint session_id, bool accept, Cancellable? cancellable = null) throws Error
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.
Parameters:
this |
A ModemOma. |
session_id |
The unique ID of the network-initiated session. |
accept |
|
cancellable |
A Cancellable or |
Returns:
|