pub type ChannelInUniverse = (ChannelIndex, UniverseIndex);Expand description
A composite identifier representing a specific channel within a designated universe.
Combines a ChannelIndex and a UniverseIndex to pinpoint a unique DMX endpoint.
pub type ChannelInUniverse = (ChannelIndex, UniverseIndex);A composite identifier representing a specific channel within a designated universe.
Combines a ChannelIndex and a UniverseIndex to pinpoint a unique DMX endpoint.