get_pending_network_initiated_sessions


Description:

[ Version ( deprecated = true , deprecated_since = "1.18" , since = "1.2" ) ]
public static bool get_pending_network_initiated_sessions (ModemOma self, out OmaPendingNetworkInitiatedSession[] sessions)

Warning: get_pending_network_initiated_sessions is deprecated since 1.18.

Gets the list of pending network-initiated OMA sessions.

Parameters:

self

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.