A class that receives notification callbacks from an LLRP manager.
See Using the LLRP Manager API for details of how to use this API.
#include <rdmnet/cpp/llrp_manager.h>
◆ HandleLlrpDiscoveryFinished()
virtual void rdmnet::llrp::Manager::NotifyHandler::HandleLlrpDiscoveryFinished |
( |
Handle |
handle | ) |
|
|
inlinevirtual |
The previously-started LLRP discovery process has finished.
- Parameters
-
handle | Handle to LLRP manager instance which has finished discovery. |
◆ HandleLlrpRdmResponse()
virtual void rdmnet::llrp::Manager::NotifyHandler::HandleLlrpRdmResponse |
( |
Handle |
handle, |
|
|
const RdmResponse & |
resp |
|
) |
| |
|
pure virtual |
An RDM response has been received from an LLRP target.
- Parameters
-
handle | Handle to LLRP manager instance which has received the RDM response. |
resp | The RDM response data. |
◆ HandleLlrpTargetDiscovered()
virtual void rdmnet::llrp::Manager::NotifyHandler::HandleLlrpTargetDiscovered |
( |
Handle |
handle, |
|
|
const DiscoveredTarget & |
target |
|
) |
| |
|
pure virtual |
An LLRP target has been discovered.
- Parameters
-
handle | Handle to LLRP manager instance which has discovered the target. |
target | Information about the target which has been discovered. |
The documentation for this class was generated from the following file: