25 #ifndef RDMNET_LLRP_H_
26 #define RDMNET_LLRP_H_
29 #include "etcpal/inet.h"
30 #include "etcpal/uuid.h"
32 #include "rdmnet/defs.h"
struct LlrpDestinationAddr LlrpDestinationAddr
A destination address for an RDM command in LLRP.
struct LlrpDiscoveredTarget LlrpDiscoveredTarget
const char * llrp_component_type_to_string(llrp_component_t type)
Get a string description of an LLRP component type.
Definition: llrp.c:46
llrp_component_t
Definition: llrp.h:59
@ kLlrpCompRptDevice
Definition: llrp.h:61
@ kLlrpCompBroker
Definition: llrp.h:65
@ kLlrpCompRptController
Definition: llrp.h:63
@ kLlrpCompNonRdmnet
Definition: llrp.h:67
A destination address for an RDM command in LLRP.
Definition: llrp.h:48
uint16_t subdevice
Definition: llrp.h:54
EtcPalUuid dest_cid
Definition: llrp.h:50
RdmUid dest_uid
Definition: llrp.h:52
EtcPalUuid cid
Definition: llrp.h:74
llrp_component_t component_type
Definition: llrp.h:80
EtcPalMacAddr hardware_address
Definition: llrp.h:78
RdmUid uid
Definition: llrp.h:76