Package | Description |
---|---|
com.pi4j.component.switches | |
com.pi4j.component.switches.impl | |
com.pi4j.device.access.impl | |
com.pi4j.device.garage.impl | |
com.pi4j.device.gate.impl | |
com.pi4j.device.piface |
Modifier and Type | Interface and Description |
---|---|
interface |
MomentarySwitch |
interface |
ToggleSwitch |
Modifier and Type | Class and Description |
---|---|
class |
MomentarySwitchBase |
class |
SwitchBase |
class |
ToggleSwitchBase |
Modifier and Type | Method and Description |
---|---|
Switch |
SwitchStateChangeEvent.getSwitch() |
Constructor and Description |
---|
SwitchStateChangeEvent(Switch switchComponent,
SwitchState oldState,
SwitchState newState) |
Modifier and Type | Class and Description |
---|---|
class |
GpioMomentarySwitchComponent |
class |
GpioSwitchComponent |
class |
GpioToggleSwitchComponent |
Constructor and Description |
---|
OpenerDevice(Relay relay,
Sensor sensor,
SensorState openSensorState,
Switch lock) |
Constructor and Description |
---|
GarageDoorOpenerDevice(Relay relay,
Sensor doorSensor,
SensorState doorOpenSensorState,
Switch lock) |
Constructor and Description |
---|
GateOpenerDevice(Relay relay,
Sensor gateSensor,
SensorState gateOpenSensorState,
Switch lock) |
Modifier and Type | Method and Description |
---|---|
Switch |
PiFaceBase.getSwitch(int index) |
Switch |
PiFace.getSwitch(int index) |
Switch |
PiFaceBase.getSwitch(PiFaceSwitch switchValue) |
Switch |
PiFace.getSwitch(PiFaceSwitch switchValue) |
Switch[] |
PiFaceBase.getSwitches() |
Switch[] |
PiFace.getSwitches() |
Copyright © 2012–2014 Pi4J. All rights reserved.