Represents a subscription to a RCF publisher. To create a subscription, use RcfServer::createSubscription(). More...
#include <SubscriptionService.hpp>
Inherits RCF::Noncopyable.
Public Member Functions | |
bool | isConnected () |
Checks if the subscriber has a valid network connection handle to the publisher. More... | |
void | close () |
Closes the subscription and disconnects from the publisher. More... | |
Represents a subscription to a RCF publisher. To create a subscription, use RcfServer::createSubscription().
bool RCF::Subscription::isConnected | ( | ) |
Checks if the subscriber has a valid network connection handle to the publisher.
void RCF::Subscription::close | ( | ) |
Closes the subscription and disconnects from the publisher.