RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
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 RdmnetPhysicalEndpointResponder & | get () const noexcept |
Get a const reference to the underlying C type. | |
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.
uid | The responder's RDM UID. |
control_field | The control field received in the DISC_MUTE message from this responder. |
binding_uid | The binding UID received in the DISC_MUTE message from this responder. |