|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaudRate | |
---|---|
org.robokind.impl.motion.serial |
Uses of BaudRate in org.robokind.impl.motion.serial |
---|
Methods in org.robokind.impl.motion.serial that return BaudRate | |
---|---|
static BaudRate |
BaudRate.get(int val,
BaudRate def)
Finds the BaudRate with the corresponding int value. |
BaudRate |
SerialServoControllerConfig.getBaudRate()
Returns port baud rate. |
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 org.robokind.impl.motion.serial with parameters of type BaudRate | |
---|---|
static BaudRate |
BaudRate.get(int val,
BaudRate def)
Finds the BaudRate with the corresponding int value. |
protected void |
SerialServoControllerConfig.setBaudRate(BaudRate rate)
Sets port baud rate. |
Constructors in org.robokind.impl.motion.serial with parameters of type BaudRate | |
---|---|
SerialServoControllerConfig(String portName,
BaudRate baud)
Creates a new SerialServoControllerConfig with the given port name and baud rate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |