Liblinphone
5.4.0
|
Object that represents a device that at least once was connected to a given account. More...
#include <account_device.hh>
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... | |
Object that represents a device that at least once was connected to a given account.
LINPHONECXX_PUBLIC std::string linphone::AccountDevice::getLastUpdateTime | ( | ) | const |
Gets the timestamp at which this devices was updated for the last time.
LINPHONECXX_PUBLIC time_t linphone::AccountDevice::getLastUpdateTimestamp | ( | ) | const |
Gets the timestamp at which this devices was updated for the last time.
LINPHONECXX_PUBLIC std::string linphone::AccountDevice::getName | ( | ) | const |
Gets the name of the device.
LINPHONECXX_PUBLIC std::string linphone::AccountDevice::getUserAgent | ( | ) | const |
Gets the user-agent of the device.
LINPHONECXX_PUBLIC std::string linphone::AccountDevice::getUuid | ( | ) | const |
Gets the UUID of the device.