| Modifier and Type | Method and Description |
|---|---|
static Ascii.Parity |
Ascii.Parity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ascii.Parity[] |
Ascii.Parity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Ascii.makeDataCharacteristics(Ascii.DataBits dataBits,
Ascii.StopBits stopBits,
Ascii.Parity parity,
Ascii.FlowCtrl flowCtrl)
Generates the serial data characteristics parameter.
|
void |
TestAscii.open(org.lsst.ccs.drivers.commons.DriverConstants.ConnType type,
String ident,
int baud,
Ascii.DataBits dbits,
Ascii.StopBits sbits,
Ascii.Parity parity,
Ascii.FlowCtrl flow)
Opens connection to a device with serial data characteristics.
|
Copyright © 2017 LSST. All rights reserved.