dup_operator_code


Description:

[ Version ( since = "1.0" ) ]
public string dup_operator_code ()

Gets a copy of the code of the operator to which the mobile is currently registered.

Returned in the format "MCCMNC", where MCC is the three-digit ITU E.212 Mobile Country Code and MNC is the two- or three-digit GSM Mobile Network Code. e.g. e"31026" or "310260".

Parameters:

this

A Modem3gpp.

Returns:

The operator code, or null if none available. The returned value should be freed with g_free.