Uses of Enum Class
heronarts.lx.structure.LXFixture.Transport
-
Uses of LXFixture.Transport in heronarts.lx.structure
Modifier and TypeFieldDescriptionprotected final LXFixture.Transport
LXFixture.OutputDefinition.transport
Modifier and TypeFieldDescriptionfinal EnumParameter<LXFixture.Transport>
LXProtocolFixture.transport
Modifier and TypeMethodDescriptionprotected LXFixture.Transport
LXProtocolFixture.getProtocolTransport()
static LXFixture.Transport
Returns the enum constant of this class with the specified name.static LXFixture.Transport[]
LXFixture.Transport.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionOutputDefinition
(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)