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 <literal>"MCCMNC"</literal>, where <literal>MCC</literal> is the three-digit ITU E.212 Mobile Country Code and <literal>MNC</literal> is the two- or three-digit GSM Mobile Network Code. e.g. e<literal> "31026"</literal> or <literal>"310260"</literal>.

Parameters:

this

A Modem3gpp.

Returns:

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