Module dmx_receiver

Module dmx_receiver 

Source
Expand description

Module for building dmx-rdm receivers.

Structs§

HandlePackageError
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§

PollingError
Errors that can happen during polling. These errors should not cause panics.
ResponseOption

Traits§

DmxResponderHandler
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.