Interface Relay
-
public interface Relay
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isOff()
Determines if the relay is off.boolean
isOn()
Determines if the relay is on.void
off()
Turn the relay off.void
on()
Turn the relay on.
-