|
Liblinphone 5.5.0
|
#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 |
| LINPHONECXX_PUBLIC time_t | getLastUpdateTimestamp () const |
| LINPHONECXX_PUBLIC std::string | getName () const |
| LINPHONECXX_PUBLIC std::string | getUserAgent () const |
| LINPHONECXX_PUBLIC std::string | getUuid () const |
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.