|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StopBits | |
---|---|
com.esri.core.gps |
Uses of StopBits in com.esri.core.gps |
---|
Methods in com.esri.core.gps that return StopBits | |
---|---|
static StopBits |
StopBits.getFromCode(String code)
|
StopBits |
SerialPortInfo.getStopBits()
|
static StopBits |
StopBits.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StopBits[] |
StopBits.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.esri.core.gps with parameters of type StopBits | |
---|---|
void |
SerialPortInfo.setStopBits(StopBits stopBits)
Sets SerialPortInfo.stopBits |
Constructors in com.esri.core.gps with parameters of type StopBits | |
---|---|
SerialPortInfo(String portName,
BaudRate baudRate,
Parity parity,
StopBits stopBits,
int dataBits)
Creates an instance of SerialPortInfo . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |