get_supported_capabilities


Description:

[ Version ( since = "1.0" ) ]
public bool get_supported_capabilities (out ModemCapability[] capabilities)

Gets the list of combinations of generic families of access technologies supported by this Modem.

Parameters:

this

A Modem.

capabilities

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

n_capabilities

Return location for the number of values in capabilities.

Returns:

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