| Modifier and Type | Method and Description |
|---|---|
static TestScpi.ConnType |
TestScpi.ConnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestScpi.ConnType[] |
TestScpi.ConnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestScpi.open(TestScpi.ConnType type,
String ident,
int param)
Opens connection to a device.
|
void |
TestScpi.open(TestScpi.ConnType type,
String ident,
int param1,
int param2)
Opens connection to a device.
|
Copyright © 2014 LSST. All Rights Reserved.