#include <deviceendpoint.h>
|
| | DeviceEndpoint (const std::string &id, bool hasPersistentConfiguration, std::unique_ptr< RFSV > rfsv, std::unique_ptr< RPCS > rpcs, std::unique_ptr< rclip > clip) |
| |
Definition at line 35 of file deviceendpoint.h.
◆ DeviceEndpoint()
| DeviceEndpoint::DeviceEndpoint |
( |
const std::string & |
id, |
|
|
bool |
hasPersistentConfiguration, |
|
|
std::unique_ptr< RFSV > |
rfsv, |
|
|
std::unique_ptr< RPCS > |
rpcs, |
|
|
std::unique_ptr< rclip > |
clip |
|
) |
| |
|
private |
◆ connect()
◆ getName()
| Enum< RFSV::errs > DeviceEndpoint::getName |
( |
std::string & |
name | ) |
const |
◆ hasPersistentId()
| bool DeviceEndpoint::hasPersistentId |
( |
| ) |
const |
◆ id()
| std::string DeviceEndpoint::id |
( |
| ) |
const |
Device identifier.
The device identifier is guaranteed to be session-stable but isn't guaranteed to be persisted to disk. Use hasPersistentId to check if the identifier is persistent. The identifier can be persisted by setting the device name using setName.
- Returns
- String containing the device identifier.
Definition at line 83 of file deviceendpoint.cc.
◆ setName()
| Enum< RFSV::errs > DeviceEndpoint::setName |
( |
const std::string & |
name | ) |
|
◆ clip_
| const std::unique_ptr<rclip> DeviceEndpoint::clip_ |
◆ hasPersistentConfiguration_
| bool DeviceEndpoint::hasPersistentConfiguration_ |
|
private |
◆ id_
| const std::string DeviceEndpoint::id_ |
|
private |
◆ rfsv_
| const std::unique_ptr<RFSV> DeviceEndpoint::rfsv_ |
◆ rpcs_
| const std::unique_ptr<RPCS> DeviceEndpoint::rpcs_ |
The documentation for this class was generated from the following files: