| Modifier and Type | Method and Description |
|---|---|
static Ascii.ConnType |
Ascii.ConnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ascii.ConnType[] |
Ascii.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 |
TestAscii.open(Ascii.ConnType type,
String ident,
int param)
Opens connection to a device.
|
void |
Ascii.open(Ascii.ConnType type,
String ident,
int parm)
Opens a connection to the device.
|
void |
TestAscii.open(Ascii.ConnType type,
String ident,
int baud,
Ascii.DataBits dbits,
Ascii.StopBits sbits,
Ascii.Parity parity,
Ascii.FlowCtrl flow)
Opens connection to a serially-connected device.
|
void |
Ascii.open(Ascii.ConnType type,
String ident,
int parm1,
int parm2)
Opens a connection to the device.
|
void |
TestAscii.openOld(Ascii.ConnType type,
String ident,
int param)
Opens connection (old-style) to a device.
|
void |
TestAscii.openOld(Ascii.ConnType type,
String ident,
int baud,
Ascii.DataBits dbits,
Ascii.StopBits sbits,
Ascii.Parity parity,
Ascii.FlowCtrl flow)
Opens connection (old-style) to a serially-connected device.
|
Copyright © 2015 LSST. All rights reserved.