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 |
PiFace.getSwitch(int index) |
Switch |
PiFace.getSwitch(PiFaceSwitch switchValue) |
Switch[] |
PiFace.getSwitches() |
Modifier and Type | Method and Description |
---|---|
Switch |
PiFaceBase.getSwitch(int index) |
Switch |
PiFaceBase.getSwitch(PiFaceSwitch switchValue) |
Switch[] |
PiFaceBase.getSwitches() |
Copyright © 2012–2016 Pi4J. All rights reserved.