Uses of Enum Class
heronarts.lx.output.KinetDatagram.Version
Packages that use KinetDatagram.Version
Package
Description
Output support for various networking protocols.
-
Uses of KinetDatagram.Version in heronarts.lx.output
Methods in heronarts.lx.output that return KinetDatagram.VersionModifier and TypeMethodDescriptionstatic KinetDatagram.VersionReturns the enum constant of this class with the specified name.static KinetDatagram.Version[]KinetDatagram.Version.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in heronarts.lx.output with parameters of type KinetDatagram.VersionModifierConstructorDescriptionKinetDatagram(LX lx, int[] indexBuffer, LXBufferOutput.ByteOrder byteOrder, int kinetPort, KinetDatagram.Version version) Constructs a datagram that sends on the given kinet supply output portKinetDatagram(LX lx, LXModel model, int kinetPort, KinetDatagram.Version version) Constructs a datagram that sends on the given kinet supply output portKinetDatagram(LX lx, IndexBuffer indexBuffer, int kinetPort, KinetDatagram.Version version) Constructs a datagram that sends on the given kinet supply output port -
Uses of KinetDatagram.Version in heronarts.lx.structure
Fields in heronarts.lx.structure declared as KinetDatagram.VersionModifier and TypeFieldDescriptionprotected final KinetDatagram.VersionLXFixture.OutputDefinition.kinetVersionFields in heronarts.lx.structure with type parameters of type KinetDatagram.VersionMethods in heronarts.lx.structure that return KinetDatagram.VersionModifier and TypeMethodDescriptionprotected KinetDatagram.VersionLXProtocolFixture.getProtocolKinetVersion()Constructors in heronarts.lx.structure with parameters of type KinetDatagram.VersionModifierConstructorDescriptionOutputDefinition(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)