peek_supported_bands


Description:

[ Version ( since = "1.0" ) ]
public bool peek_supported_bands (out ModemBand[] bands)

Gets the list of radio frequency and technology bands supported by the Modem.

For POTS devices, only ANY will be returned in bands.

Parameters:

this

A Modem.

bands

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

n_bands

Return location for the number of values in bands.

Returns:

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