pub type DmxFrame = Vec<u8, 513>;
A vector that contains one DmxFrame. The first byte is the start code. 0x00 is the dmx start code.
pub struct DmxFrame { /* private fields */ }