Uses of Enum Class
heronarts.lx.structure.LXFixture.Protocol
Packages that use LXFixture.Protocol
-
Uses of LXFixture.Protocol in heronarts.lx.structure
Fields in heronarts.lx.structure declared as LXFixture.ProtocolModifier and TypeFieldDescriptionprotected final LXFixture.Protocol
LXFixture.OutputDefinition.protocol
Fields in heronarts.lx.structure with type parameters of type LXFixture.ProtocolModifier and TypeFieldDescriptionfinal EnumParameter<LXFixture.Protocol>
LXProtocolFixture.protocol
Methods in heronarts.lx.structure that return LXFixture.ProtocolModifier and TypeMethodDescriptionstatic LXFixture.Protocol
Returns the enum constant of this class with the specified name.static LXFixture.Protocol[]
LXFixture.Protocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in heronarts.lx.structure with parameters of type LXFixture.ProtocolModifierConstructorDescriptionOutputDefinition
(LXFixture.Protocol protocol, LXFixture.Transport transport, InetAddress address, int port, int universe, int channel, int priority, boolean sequenceEnabled, KinetDatagram.Version kinetVersion, float fps, LXFixture.Segment... segments)