Murl::ITelephonyControl Interface Referenceabstract

The ITelephonyControl interface. More...

#include "murl_i_telephony_control.h"

Inheritance diagram for Murl::ITelephonyControl:

Public Member Functions

virtual String GetCarrierName () const =0
 Get the human-readable name of the network operator. More...
 
virtual String GetCountryCode () const =0
 Get the mobile country code of the SIM provider. More...
 
virtual String GetNetworkCode () const =0
 Get the mobile network code of the SIM provider. More...
 
- Public Member Functions inherited from Murl::IControlable
virtual const StringGetName () const =0
 Get the controlable's name. More...
 
virtual void FrameUpdate ()=0
 Is executed in the platform thread context each frame tick.
 
virtual void LogicUpdate ()=0
 Is executed in the logic thread context each logic tick.
 
virtual void ConfigChanged (const IAppConfiguration *appConfig)=0
 Notification of changed configuration. More...
 

Detailed Description

The ITelephonyControl interface.

Member Function Documentation

◆ GetCarrierName()

virtual String Murl::ITelephonyControl::GetCarrierName ( ) const
pure virtual

Get the human-readable name of the network operator.

Returns
The network operator name.

◆ GetCountryCode()

virtual String Murl::ITelephonyControl::GetCountryCode ( ) const
pure virtual

Get the mobile country code of the SIM provider.

Returns
The mobile country code.

◆ GetNetworkCode()

virtual String Murl::ITelephonyControl::GetNetworkCode ( ) const
pure virtual

Get the mobile network code of the SIM provider.

Returns
The mobile network code.

The documentation for this interface was generated from the following file:
  • murl_i_telephony_control.h


Copyright © 2011-2024 Spraylight GmbH.