| Modifier and Type | Method and Description |
|---|---|
static Modbus.ConnType |
Modbus.ConnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modbus.ConnType[] |
Modbus.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 |
TestModbus.open(Modbus.ConnType type,
String ident) |
void |
Modbus.open(Modbus.ConnType type,
String ident)
Opens a connection to the Modbus.
|
void |
TestModbus.open(Modbus.ConnType type,
String ident,
int param) |
void |
Modbus.open(Modbus.ConnType type,
String ident,
int parm1)
Opens a connection to the Modbus.
|
void |
TestModbus.open(Modbus.ConnType type,
String ident,
int baud,
org.lsst.ccs.drivers.ascii.Ascii.DataBits dbits,
org.lsst.ccs.drivers.ascii.Ascii.StopBits sbits,
org.lsst.ccs.drivers.ascii.Ascii.Parity parity,
org.lsst.ccs.drivers.ascii.Ascii.FlowCtrl flow) |
void |
Modbus.open(Modbus.ConnType type,
String ident,
int parm1,
int parm2)
Opens a connection to the Modbus.
|
Copyright © 2023 LSST. All rights reserved.