RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
A destination address for an LLRP RDM command.
Represents an LLRP Target to which an RDM command is addressed.
#include <rdmnet/cpp/llrp_manager.h>
Public Member Functions | |
constexpr | DestinationAddr (const etcpal::Uuid &cid, const rdm::Uid &uid, uint16_t subdevice=0) |
Construct a destination address from its component parts. More... | |
constexpr const LlrpDestinationAddr & | get () const noexcept |
Get a const reference to the underlying C type. More... | |
|
constexpr |
Construct a destination address from its component parts.
cid | The target's CID. |
uid | The target's RDM UID. |
subdevice | The RDM subdevice to which this command is addressed (0 means the root device). |
|
constexprnoexcept |
Get a const reference to the underlying C type.
This function should normally only be used by the library implementation.