
public interface SwitchControl
| Modifier and Type | Method and Description |
|---|---|
int |
getSwitchDevice() |
Boolean |
isSwitchOn(int sw) |
void |
switchOff(int sw) |
void |
switchOn(int sw) |
int getSwitchDevice()
void switchOn(int sw)
void switchOff(int sw)
Boolean isSwitchOn(int sw)
Copyright © 2022 LSST. All rights reserved.