| Modifier and Type | Method and Description |
|---|---|
static APC7900.ConnType |
APC7900.ConnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APC7900.ConnType[] |
APC7900.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 |
TestAPC7900.open(APC7900.ConnType connType,
String devcId) |
void |
APC7900.open(APC7900.ConnType connType,
String ident)
Opens a connection.
|
void |
TestAPC7900.open(APC7900.ConnType connType,
String devcId,
String userName,
String password) |
void |
APC7900.open(APC7900.ConnType connType,
String ident,
String username,
String password)
Opens a connection and logs in.
|
Copyright © 2017 LSST. All rights reserved.