DmxFrame

Type Alias DmxFrame 

Source
pub type DmxFrame = Vec<u8, 513>;
Expand description

A vector that contains one DmxFrame. The first byte is the start code. 0x00 is the dmx start code.

Aliased Typeยง

pub struct DmxFrame { /* private fields */ }