Uses of Enum Class
com.pi4j.crowpi.components.SoundSensorComponent.SoundState
Packages that use SoundSensorComponent.SoundState
-
Uses of SoundSensorComponent.SoundState in com.pi4j.crowpi.components
Methods in com.pi4j.crowpi.components that return SoundSensorComponent.SoundStateModifier and TypeMethodDescriptionSoundSensorComponent.getState()Returns the SoundState of the sensorSoundSensorComponent.mapDigitalState(com.pi4j.io.gpio.digital.DigitalState digitalState) Maps aDigitalStateto a well-knownSoundSensorComponent.SoundStateReturns the enum constant of this class with the specified name.static SoundSensorComponent.SoundState[]SoundSensorComponent.SoundState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pi4j.crowpi.components with parameters of type SoundSensorComponent.SoundStateModifier and TypeMethodDescriptionvoidSoundSensorComponent.dispatchSimpleEvents(SoundSensorComponent.SoundState state) Analyzes the given value passed by an event and triggers 0-n simple events based on it.