| Modifier and Type | Method and Description |
|---|---|
Model9XX.Enable |
Model9XX.getRelayEnable(int relay)
Gets the enabled state of a relay.
|
Model9XX.Enable |
Test9XX.showRelayEnable(int relay) |
static Model9XX.Enable |
Model9XX.Enable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model9XX.Enable[] |
Model9XX.Enable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Test9XX.setRelayEnable(int relay,
Model9XX.Enable enable) |
void |
Model9XX.setRelayEnable(int relay,
Model9XX.Enable enable)
Sets the enabled state of a relay.
|
Copyright © 2020 LSST. All rights reserved.