peek_supported_modes


Description:

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

Gets the list of supported mode combinations.

Parameters:

this

A Modem.

modes

Return location for the array of ModemModeCombination values. Do not free the returned array, it is owned by this.

n_modes

Return location for the number of values in modes.

Returns:

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