Liblinphone  5.5.0
Linphone.SignalInformation Class Reference
Inheritance diagram for Linphone.SignalInformation:
Linphone.LinphoneObject

Public Member Functions

Linphone.SignalInformation Clone ()
 

Properties

Linphone.SignalType SignalType [get, set]
 
Linphone.SignalStrengthUnit SignalUnit [get, set]
 
float Strength [get]
 
float Value [set]
 

Additional Inherited Members

- Protected Member Functions inherited from Linphone.LinphoneObject
static String linphone_pointer_to_string (IntPtr ptr)
 
static IntPtr linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str)
 
IntPtr StringArrayToBctbxList (IEnumerable< string > stringlist)
 
void CleanStringArrayPtrs (IntPtr l)
 

Detailed Description

Object to get signal (wifi/4G etc...) informations.

Member Function Documentation

Linphone.SignalInformation Linphone.SignalInformation.Clone ( )
inline

Clone the given signalInformation.

Returns
A new signalInformation with exactly same informations that param.

Property Documentation

Linphone.SignalType Linphone.SignalInformation.SignalType
getset
Linphone.SignalStrengthUnit Linphone.SignalInformation.SignalUnit
getset
float Linphone.SignalInformation.Strength
get

Get the value of the Linphone.SignalInformation.

Returns
A float containing the value.
float Linphone.SignalInformation.Value
set

Set a new value to a Linphone.SignalInformation.

Parameters
vala float containing the new value to set.

The documentation for this class was generated from the following file: