Liblinphone  5.4.0
Public Member Functions | List of all members
linphone::AccountDevice Class Reference

Object that represents a device that at least once was connected to a given account. More...

#include <account_device.hh>

Inheritance diagram for linphone::AccountDevice:

Public Member Functions

LINPHONECXX_PUBLIC AccountDevice (void *ptr, bool takeRef=true)
 
LINPHONECXX_PUBLIC _LinphoneAccountDevice * cPtr ()
 
LINPHONECXX_PUBLIC std::string getLastUpdateTime () const
 Gets the timestamp at which this devices was updated for the last time. More...
 
LINPHONECXX_PUBLIC time_t getLastUpdateTimestamp () const
 Gets the timestamp at which this devices was updated for the last time. More...
 
LINPHONECXX_PUBLIC std::string getName () const
 Gets the name of the device. More...
 
LINPHONECXX_PUBLIC std::string getUserAgent () const
 Gets the user-agent of the device. More...
 
LINPHONECXX_PUBLIC std::string getUuid () const
 Gets the UUID of the device. More...
 

Detailed Description

Object that represents a device that at least once was connected to a given account.

Member Function Documentation

◆ getLastUpdateTime()

LINPHONECXX_PUBLIC std::string linphone::AccountDevice::getLastUpdateTime ( ) const

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.

◆ getLastUpdateTimestamp()

LINPHONECXX_PUBLIC time_t linphone::AccountDevice::getLastUpdateTimestamp ( ) const

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

Returns
the timestamp (time_t) at which the device was updated.

◆ getName()

LINPHONECXX_PUBLIC std::string linphone::AccountDevice::getName ( ) const

Gets the name of the device.

Returns
the name of the device.

◆ getUserAgent()

LINPHONECXX_PUBLIC std::string linphone::AccountDevice::getUserAgent ( ) const

Gets the user-agent of the device.

Returns
the user-agent of the device.

◆ getUuid()

LINPHONECXX_PUBLIC std::string linphone::AccountDevice::getUuid ( ) const

Gets the UUID of the device.

Returns
the UUID of the device.

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