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

Overview

Identifying information for a physical RDM responder connected to an RDMnet gateway.

#include <rdmnet/cpp/device.h>

Public Member Functions

ETCPAL_CONSTEXPR_14 PhysicalEndpointResponder (rdm::Uid uid, uint16_t control_field, rdm::Uid binding_uid=rdm::Uid{})
 Create a physical endpoint responder from its identifying information. More...
 
ETCPAL_CONSTEXPR_14 const RdmnetPhysicalEndpointResponderget () const noexcept
 Get a const reference to the underlying C type.
 

Constructor & Destructor Documentation

◆ PhysicalEndpointResponder()

ETCPAL_CONSTEXPR_14_OR_INLINE rdmnet::PhysicalEndpointResponder::PhysicalEndpointResponder ( rdm::Uid  uid,
uint16_t  control_field,
rdm::Uid  binding_uid = rdm::Uid{} 
)

Create a physical endpoint responder from its identifying information.

Parameters
uidThe responder's RDM UID.
control_fieldThe control field received in the DISC_MUTE message from this responder.
binding_uidThe binding UID received in the DISC_MUTE message from this responder.

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