forked from Kistler-Group/sdbus-cpp
Add getSenderName method to Message
This commit is contained in:
@@ -133,6 +133,7 @@ namespace sdbus {
|
||||
|
||||
std::string getInterfaceName() const;
|
||||
std::string getMemberName() const;
|
||||
std::string getSender() const;
|
||||
void peekType(std::string& type, std::string& contents) const;
|
||||
bool isValid() const;
|
||||
bool isEmpty() const;
|
||||
|
||||
Reference in New Issue
Block a user