Remote Call Framework 3.4
RCF::Subscription Class Reference

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...
 

Detailed Description

Represents a subscription to a RCF publisher. To create a subscription, use RcfServer::createSubscription().

Member Function Documentation

◆ isConnected()

bool RCF::Subscription::isConnected ( )

Checks if the subscriber has a valid network connection handle to the publisher.

◆ close()

void RCF::Subscription::close ( )

Closes the subscription and disconnects from the publisher.


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