Uses of Enum Class
heronarts.lx.structure.LXFixture.Transport
Packages that use LXFixture.Transport
-
Uses of LXFixture.Transport in heronarts.lx.structure
Fields in heronarts.lx.structure declared as LXFixture.TransportModifier and TypeFieldDescriptionprotected final LXFixture.Transport
LXFixture.OutputDefinition.transport
Fields in heronarts.lx.structure with type parameters of type LXFixture.TransportModifier and TypeFieldDescriptionfinal EnumParameter<LXFixture.Transport>
LXProtocolFixture.transport
Methods in heronarts.lx.structure that return LXFixture.TransportModifier 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.Constructors in heronarts.lx.structure with parameters of type LXFixture.TransportModifierConstructorDescriptionOutputDefinition
(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)