Add API to set signal destination (#168)

With this patch it is possible to create unicast signals.
This commit is contained in:
Marek Blaha
2021-04-29 17:18:04 +02:00
committed by GitHub
parent d46cbba23c
commit 5ee4c61a1b
2 changed files with 7 additions and 0 deletions

View File

@@ -215,6 +215,7 @@ namespace sdbus {
public:
Signal() = default;
void setDestination(const std::string& destination);
void send() const;
};