peek_pending_network_initiated_sessions


Description:

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

Warning: peek_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 values. Do not free the returned array, it is owned by self.

n_sessions

Return location for the number of values in sessions.

Returns:

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