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.receiveStatefinal EnumParameter<LXOscEngine.IOState> LXOscConnection.statefinal EnumParameter<LXOscEngine.IOState> LXOscEngine.transmitStateMethods in heronarts.lx.osc that return LXOscEngine.IOStateModifier and TypeMethodDescriptionstatic LXOscEngine.IOStateReturns 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.