EntertainmentStreamPacket class

Constructors

EntertainmentStreamPacket({required EntertainmentConfiguration entertainmentConfiguration, ColorMode colorMode = ColorMode.xy, required List<EntertainmentStreamCommand> commands})
const

Properties

colorMode ColorMode
The color mode of the data.
final
commands List<EntertainmentStreamCommand>
The commands to send to the bridge.
final
entertainmentConfiguration EntertainmentConfiguration
The entertainment configuration to send the data to.
final
entertainmentConfigurationId String
The ID of the entertainment configuration to send the data to.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() List<int>
Returns a byte list representation of this packet object.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited