|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaudRate | |
---|---|
com.esri.core.gps |
Uses of BaudRate in com.esri.core.gps |
---|
Methods in com.esri.core.gps that return BaudRate | |
---|---|
BaudRate |
SerialPortInfo.getBaudRate()
|
static BaudRate |
BaudRate.getFromCode(String code)
|
static BaudRate |
BaudRate.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BaudRate[] |
BaudRate.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 BaudRate | |
---|---|
void |
SerialPortInfo.setBaudRate(BaudRate baudRate)
Sets SerialPortInfo.baudRate |
Constructors in com.esri.core.gps with parameters of type BaudRate | |
---|---|
SerialPortInfo(String portName,
BaudRate baudRate,
Parity parity,
StopBits stopBits,
int dataBits)
Creates an instance of SerialPortInfo . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |