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

Public Member Functions

Linphone.FriendDevice Clone ()
 

Properties

Linphone.Address Address [get]
 
string DisplayName [get]
 
Linphone.SecurityLevel SecurityLevel [get]
 

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 that represents a Linphone.Friend's device (name, trust level) for a given SIP address.

Member Function Documentation

Linphone.FriendDevice Linphone.FriendDevice.Clone ( )
inline

Clones a device.

Returns
The newly created Linphone.FriendDevice object.

Property Documentation

Linphone.Address Linphone.FriendDevice.Address
get

Gets the address associated to this device.

Returns
the address (including gruu) to which this device is linked.
string Linphone.FriendDevice.DisplayName
get

Gets the display name of this device.

Returns
the name of the device.
Linphone.SecurityLevel Linphone.FriendDevice.SecurityLevel
get

Gets the current security level of this device.

Returns
the current Linphone.SecurityLevel of the device.

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