get_mobile_network_code
Description:
[ Version ( deprecated = true , deprecated_since = "1.18.0." , since = "1.0" ) ]
public uint get_mobile_network_code ()
public uint get_mobile_network_code ()
Warning: get_mobile_network_code is deprecated since 1.18.0..
Gets the Mobile Network Code of the 3GPP network.
Note:
This function can not separate between two-digit MNCs and three-digit MNCs with a leading zero.
Use get_operator_code instead.
Note that 0 may actually be a valid MNC. In general, the MNC should be considered valid just if the reported MCC is valid, as MCC should never be 0.
Parameters:
this |
a Location3gpp. |
Returns:
the MNC, or 0 if unknown. |