fesa-core
7.0.0
|
An instance of ProxyReplyHandler is passed as a reference to the Middleware when performing a subscription. The middleware then uses it as a callback. More...
#include <ProxyReplyHandler.h>
Inherits NotificationListener.
Public Member Functions | |
std::auto_ptr< PropertyData > | waitReply (std::string &deviceName, std::string &propertyName) |
Blocks until a notification is received. More... | |
An instance of ProxyReplyHandler is passed as a reference to the Middleware when performing a subscription. The middleware then uses it as a callback.
std::auto_ptr< PropertyData > fesa::ProxyReplyHandler::waitReply | ( | std::string & | deviceName, |
std::string & | propertyName | ||
) |
Blocks until a notification is received.
[out] | deviceName | name of the device on which a notification was received |
[out] | propertyName | name of the property on which a notification was received |