get_pending_network_initiated_sessions


Description:

[ Version ( since = "1.18" ) ]
public bool get_pending_network_initiated_sessions (out OmaPendingNetworkInitiatedSession[] sessions)

Gets the list of pending network-initiated OMA sessions.

Parameters:

this

A Modem.

sessions

Return location for the array of OmaPendingNetworkInitiatedSession structs. The returned array should be freed with g_free when no longer needed.

n_sessions

Return location for the number of values in sessions.

Returns:

true if sessions and sessions.length are set, false otherwise.