get_max_bearers


Description:

[ Version ( deprecated = true , deprecated_since = "1.18." , since = "1.0" ) ]
public uint get_max_bearers ()

Warning: get_max_bearers is deprecated since 1.18..

Gets the maximum number of defined packet data bearers this Modem supports.

Note:

There is no way to query the modem how many bearers it supports, so the value exposed in this property in all the different implementations is always equal to the one retrieved with get_max_active_bearers , so there is no point in using this method.

This is not the number of active/connected bearers the modem supports, but simply the number of bearers that may be defined at any given time. For example, POTS and CDMA2000-only devices support only one bearer, while GSM/UMTS devices typically support three or more, and any LTE-capable device (whether LTE-only, GSM/UMTS-capable, and/or CDMA2000-capable) also typically support three or more.

Parameters:

this

a Modem.

Returns:

the maximum number of defined packet data bearers.