get_supported_modes


Description:

[ Version ( since = "1.0" ) ]
public bool get_supported_modes (out ModemModeCombination[] modes)

Gets the list of supported mode combinations.

Parameters:

this

A Modem.

modes

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

n_modes

Return location for the number of values in modes.

Returns:

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