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

Public Member Functions

void AddHeader (string name, string val)
 
string GetHeader (string name)
 

Properties

Linphone.Content Content [get, 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 representing an informational message sent or received by the core.

Member Function Documentation

void Linphone.InfoMessage.AddHeader ( string  name,
string  val 
)
inline

Add a header to an info message to be sent.

Parameters
namethe header'name
valthe header's value
string Linphone.InfoMessage.GetHeader ( string  name)
inline

Obtain a header value from a received info message.

Parameters
namethe header'name
Returns
the corresponding header's value, or null if not exists.

Property Documentation

Linphone.Content Linphone.InfoMessage.Content
getset

Returns the info message's content as a Linphone.Content structure.

Returns
the Linphone.Content object.

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