Package heronarts.lx.structure
Enum Class LXFixture.Protocol
- All Implemented Interfaces:
Serializable
,Comparable<LXFixture.Protocol>
,Constable
- Enclosing class:
- LXFixture
Output protocols
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionArt-Net - https://art-net.org.uk/Distributed Display Protocol - http://www.3waylabs.com/ddp/Color Kinetics KiNET - https://www.colorkinetics.com/No network outputOpen Pixel Control - http://openpixelcontrol.org/E1.31 Streaming ACN - https://opendmx.net/index.php/E1.31/ -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isDMX()
toString()
static LXFixture.Protocol
Returns the enum constant of this class with the specified name.static LXFixture.Protocol[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
No network output -
ARTNET
Art-Net - https://art-net.org.uk/ -
SACN
E1.31 Streaming ACN - https://opendmx.net/index.php/E1.31/ -
OPC
Open Pixel Control - http://openpixelcontrol.org/ -
DDP
Distributed Display Protocol - http://www.3waylabs.com/ddp/ -
KINET
Color Kinetics KiNET - https://www.colorkinetics.com/
-
-
Field Details
-
defaultPort
public final int defaultPort -
maxChannels
public final int maxChannels
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
isDMX
public boolean isDMX() -
toString
- Overrides:
toString
in classEnum<LXFixture.Protocol>
-