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

Properties

string LastUpdateTime [get]
 
long LastUpdateTimestamp [get]
 
string Name [get]
 
string UserAgent [get]
 
string Uuid [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 device that at least once was connected to a given account.

Property Documentation

string Linphone.AccountDevice.LastUpdateTime
get

Gets the timestamp at which this devices was updated for the last time.

Returns
the time under ISO 8601 format at which the device was updated.
long Linphone.AccountDevice.LastUpdateTimestamp
get

Gets the timestamp at which this devices was updated for the last time.

Returns
the timestamp (time_t) at which the device was updated.
string Linphone.AccountDevice.Name
get

Gets the name of the device.

Returns
the name of the device.
string Linphone.AccountDevice.UserAgent
get

Gets the user-agent of the device.

Returns
the user-agent of the device.
string Linphone.AccountDevice.Uuid
get

Gets the UUID of the device.

Returns
the UUID of the device.

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