Uses of Class
com.pi4j.io.exception.IOException
Packages that use IOException
-
Uses of IOException in com.pi4j.io
Methods in com.pi4j.io that throw IOException -
Uses of IOException in com.pi4j.io.exception
Subclasses of IOException in com.pi4j.io.exceptionModifier and TypeClassDescriptionclassThis exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.classThis exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.classThis exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.classThis exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.classThis exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.classThis exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.classThis exception is thrown if a platform assignment is attempted when a platform instance has already been assigned. -
Uses of IOException in com.pi4j.io.gpio.digital
Methods in com.pi4j.io.gpio.digital that throw IOExceptionModifier and TypeMethodDescriptiondefault DigitalOutputDigitalOutput.high()high.default DigitalOutputDigitalOutput.low()low.DigitalOutputBase.off()DigitalOutputBase.on()default DigitalOutputpulse.default DigitalOutputDigitalOutput.pulse(int interval, TimeUnit unit, DigitalState state) pulse.DigitalOutput.pulse(int interval, TimeUnit unit, DigitalState state, Callable<Void> callback) pulse.DigitalOutputBase.pulse(int interval, TimeUnit unit, DigitalState state, Callable<Void> callback) pulse.default DigitalOutputpulseHigh.default DigitalOutputpulseLow.default DigitalOutputDigitalOutput.setState(boolean state) setState.default DigitalOutputDigitalOutput.setState(byte state) setState.default DigitalOutputDigitalOutput.setState(double state) setState.default DigitalOutputDigitalOutput.setState(float state) setState.default DigitalOutputDigitalOutput.setState(int state) setState.default DigitalOutputDigitalOutput.setState(long state) setState.default DigitalOutputDigitalOutput.setState(short state) setState.DigitalOutput.state(DigitalState state) state.DigitalOutputBase.state(DigitalState state) state.default DigitalOutputDigitalOutput.toggle()toggle. -
Uses of IOException in com.pi4j.io.pwm
Methods in com.pi4j.io.pwm that throw IOExceptionModifier and TypeMethodDescriptiondefault intPwm.actualFrequency()Get the actual frequency value in Hertz (number of cycles per second) applied by the PWM signal generator after the PWM signal is turned 'ON'.Pwm.applyPreset(String name) Apply/recall a PwmPreset by name to this PWM instance.PwmBase.applyPreset(String name) Apply/recall a PwmPreset by name to this PWM instance.default floatPwm.dutyCycle()Get the duty-cycle value as a decimal value that represents the percentage of the ON vs OFF time of the PWM signal for each period.default PwmSet the duty-cycle value as a decimal value that represents the percentage of the ON vs OFF time of the PWM signal for each period.default intPwm.frequency()Get the configured frequency value in Hertz (number of cycles per second) that the PWM signal generator should attempt to output when the PWM signal is turned 'ON'.default PwmPwm.frequency(int frequency) Set the configured frequency value in Hertz (number of cycles per second) that the PWM signal generator should use when the PWM signal is turned 'ON'.intPwm.getActualFrequency()Get the actual frequency value in Hertz (number of cycles per second) applied by the PWM signal generator after the PWM signal is turned 'ON'.intPwmBase.getActualFrequency()Get the actual frequency value in Hertz (number of cycles per second) applied by the PWM signal generator after the PWM signal is turned 'ON'.floatPwm.getDutyCycle()Get the duty-cycle value as a decimal value that represents the percentage of the ON vs OFF time of the PWM signal for each period.floatPwmBase.getDutyCycle()Get the duty-cycle value as a decimal value that represents the percentage of the ON vs OFF time of the PWM signal for each period.intPwm.getFrequency()Get the configured frequency value in Hertz (number of cycles per second) that the PWM signal generator should attempt to output when the PWM signal is turned 'ON'.intPwmBase.getFrequency()Get the configured frequency value in Hertz (number of cycles per second) that the PWM signal generator should attempt to output when the PWM signal is turned 'ON'.Pwm.off()Turn the PWM signal [OFF] by applying a zero frequency and zero duty-cycle to the PWM pin.Pwm.on()Turn the PWM signal [ON] using the configured frequency and duty-cycle.default PwmTurn the PWM signal [ON] using a specified duty-cycle (%) at the pre-configured frequency (Hz).default PwmTurn the PWM signal [ON] using a specified duty-cycle (%) at the pre-configured frequency (Hz).voidPwm.setDutyCycle(Number dutyCycle) Set the duty-cycle value as a decimal value that represents the percentage of the ON vs OFF time of the PWM signal for each period.voidPwmBase.setDutyCycle(Number dutyCycle) Set the duty-cycle value as a decimal value that represents the percentage of the ON vs OFF time of the PWM signal for each period.voidPwm.setFrequency(int frequency) Set the configured frequency value in Hertz (number of cycles per second) that the PWM signal generator should use when the PWM signal is turned 'ON'.voidPwmBase.setFrequency(int frequency) Set the configured frequency value in Hertz (number of cycles per second) that the PWM signal generator should use when the PWM signal is turned 'ON'.