NMA.MobileProvider

Fields

None

Methods

get_3gpp_mcc_mnc ()

get_cdma_sid ()

get_methods ()

get_name ()

ref ()

unref ()

Details

class NMA.MobileProvider
get_3gpp_mcc_mnc()
Returns:

a list of strings with the MCC and MNC codes this provider exposes.

Return type:

[str]

get_cdma_sid()
Returns:

the list of CDMA SIDs this provider exposes

Return type:

[int]

get_methods()
Returns:

the list of NMA.MobileAccessMethod this provider exposes.

Return type:

[NMA.MobileAccessMethod]

get_name()
Returns:

the name of the provider.

Return type:

str

ref()
Return type:

NMA.MobileProvider

unref()