Liblinphone
5.4.0
|
Object that represents a Friend's device (name, trust level) for a given SIP address. More...
#include <friend_device.hh>
Public Member Functions | |
LINPHONECXX_PUBLIC | FriendDevice (void *ptr, bool takeRef=true) |
LINPHONECXX_PUBLIC _LinphoneFriendDevice * | cPtr () |
LINPHONECXX_PUBLIC std::shared_ptr< const linphone::Address > | getAddress () const |
Gets the address associated to this device. More... | |
LINPHONECXX_PUBLIC std::string | getDisplayName () const |
Gets the display name of this device. More... | |
LINPHONECXX_PUBLIC linphone::SecurityLevel | getSecurityLevel () const |
Gets the current security level of this device. More... | |
LINPHONECXX_PUBLIC std::shared_ptr< linphone::FriendDevice > | clone () const |
Clones a device. More... | |
Object that represents a Friend's device (name, trust level) for a given SIP address.
LINPHONECXX_PUBLIC std::shared_ptr<linphone::FriendDevice> linphone::FriendDevice::clone | ( | ) | const |
Clones a device.
LINPHONECXX_PUBLIC std::shared_ptr<const linphone::Address> linphone::FriendDevice::getAddress | ( | ) | const |
Gets the address associated to this device.
LINPHONECXX_PUBLIC std::string linphone::FriendDevice::getDisplayName | ( | ) | const |
Gets the display name of this device.
LINPHONECXX_PUBLIC linphone::SecurityLevel linphone::FriendDevice::getSecurityLevel | ( | ) | const |
Gets the current security level of this device.