Interface Relay
-
public interface Relay
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisOff()Determines if the relay is off.booleanisOn()Determines if the relay is on.voidoff()Turn the relay off.voidon()Turn the relay on.
-