Uses of Enum Class
heronarts.lx.osc.LXOscEngine.IOState
Packages that use LXOscEngine.IOState
-
Uses of LXOscEngine.IOState in heronarts.lx.dmx
Fields in heronarts.lx.dmx with type parameters of type LXOscEngine.IOStateModifier and TypeFieldDescriptionfinal EnumParameter<LXOscEngine.IOState>
LXDmxEngine.artNetReceiveState
-
Uses of LXOscEngine.IOState in heronarts.lx.osc
Fields in heronarts.lx.osc with type parameters of type LXOscEngine.IOStateModifier and TypeFieldDescriptionfinal EnumParameter<LXOscEngine.IOState>
LXOscEngine.receiveState
final EnumParameter<LXOscEngine.IOState>
LXOscEngine.transmitState
Methods in heronarts.lx.osc that return LXOscEngine.IOStateModifier and TypeMethodDescriptionstatic LXOscEngine.IOState
Returns the enum constant of this class with the specified name.static LXOscEngine.IOState[]
LXOscEngine.IOState.values()
Returns an array containing the constants of this enum class, in the order they are declared.