Expand description
Module for building dmx-rdm receivers.
Structs§
- Handle
Package Error - RdmResponder
- The structure to build an RDM Receiver. MQ_SIZE specifies the size of the message queue and the status vector. MQ_SIZE cannot be greater than 255.
Enums§
- Polling
Error - Errors that can happen during polling. These errors should not cause panics.
- Response
Option
Traits§
- DmxResponder
Handler - A handler for dmx and custom rdm packages.
Type Aliases§
- DmxFrame
- A vector that contains one DmxFrame. The first byte is the start code. 0x00 is the dmx start code.