|
RDM
HEAD (unstable)
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
Data Fields | |
| RdmUid | source_uid |
| RdmUid | dest_uid |
| uint8_t | transaction_num |
| rdm_response_type_t | resp_type |
| uint8_t | msg_count |
| uint16_t | subdevice |
| rdm_command_class_t | command_class |
| uint16_t | param_id |
A structure that represents the header fields of an RDM response. This includes everything except the parameter data.
| rdm_command_class_t command_class |
The command class for this response.
| RdmUid dest_uid |
UID of the controller to which this response is addressed.
| uint8_t msg_count |
Current count of queued messages waiting to be retrieved.
| uint16_t param_id |
The RDM Parameter ID of this response. One of the values from E1.20 Table A-3, or any of the relevant extension standards.
| rdm_response_type_t resp_type |
Response type, indicating the response status.
| RdmUid source_uid |
UID of the responder generating this response.
| uint16_t subdevice |
The sub-device generating this response, or 0 for the root device.
| uint8_t transaction_num |
Transaction number, copied from the corresponding command.