forked from Kistler-Group/sdbus-cpp
Add API to set signal destination (#168)
With this patch it is possible to create unicast signals.
This commit is contained in:
@@ -215,6 +215,7 @@ namespace sdbus {
|
||||
|
||||
public:
|
||||
Signal() = default;
|
||||
void setDestination(const std::string& destination);
|
||||
void send() const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user