
public class Shutter extends Object
| Constructor and Description |
|---|
Shutter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the shutter.
|
void |
open()
Open the shutter.
|
@Command(type=ACTION, level=1, description="Open the shutter.") public void open()
@Command(type=ACTION, level=1, description="Close the shutter.") public void close()
Copyright © 2018 LSST. All rights reserved.