RDMnet  0.3.0
Implementation of ANSI E1.33 (RDMnet)
View other versions:
rdmnet::Broker::NotifyHandler Class Reference

Overview

A callback interface for notifications from the broker.

#include <rdmnet/cpp/broker.h>

Public Member Functions

virtual void HandleScopeChanged (const std::string &new_scope)
 The scope of the broker has changed via RDMnet configuration. More...
 

Member Function Documentation

◆ HandleScopeChanged()

virtual void rdmnet::Broker::NotifyHandler::HandleScopeChanged ( const std::string new_scope)
inlinevirtual

The scope of the broker has changed via RDMnet configuration.

This callback is informative; no action needs to be taken to adjust broker operation to the new scope. This callback will only be called if the associated Settings::allow_remote_scope_change was set to true.


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