Uses of Enum Class
com.pi4j.crowpi.components.PirMotionSensorComponent.MotionState
Packages that use PirMotionSensorComponent.MotionState
-
Uses of PirMotionSensorComponent.MotionState in com.pi4j.crowpi.components
Methods in com.pi4j.crowpi.components that return PirMotionSensorComponent.MotionStateModifier and TypeMethodDescriptionPirMotionSensorComponent.getState()Returns the current state of the PIR motion sensor.PirMotionSensorComponent.mapDigitalState(com.pi4j.io.gpio.digital.DigitalState digitalState) Maps aDigitalStateto a well-knownPirMotionSensorComponent.MotionStateReturns the enum constant of this class with the specified name.static PirMotionSensorComponent.MotionState[]PirMotionSensorComponent.MotionState.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 PirMotionSensorComponent.MotionStateModifier and TypeMethodDescriptionvoidPirMotionSensorComponent.dispatchSimpleEvents(PirMotionSensorComponent.MotionState state) Analyzes the given value passed by an event and triggers 0-n simple events based on it.