fesa-core  5.0.1
fesa::ProxyReplyHandler Class Reference

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< PropertyDatawaitReply (std::string &deviceName, std::string &propertyName)
 Blocks until a notification is received. More...
 

Detailed Description

An instance of ProxyReplyHandler is passed as a reference to the Middleware when performing a subscription. The middleware then uses it as a callback.

Member Function Documentation

std::auto_ptr< PropertyData > fesa::ProxyReplyHandler::waitReply ( std::string &  deviceName,
std::string &  propertyName 
)

Blocks until a notification is received.

Parameters
[out]deviceNamename of the device on which a notification was received
[out]propertyNamename of the property on which a notification was received
Returns
the data of the notification

The documentation for this class was generated from the following files: