Uses of Class
com.pi4j.io.serial.StopBits
-
Packages that use StopBits Package Description com.pi4j.io.serial -
-
Uses of StopBits in com.pi4j.io.serial
Fields in com.pi4j.io.serial declared as StopBits Modifier and Type Field Description static StopBits
Serial. DEFAULT_STOP_BITS
ConstantDEFAULT_STOP_BITS
Methods in com.pi4j.io.serial that return StopBits Modifier and Type Method Description static StopBits
StopBits. getInstance(int stop_bits)
getInstance.default StopBits
SerialConfig. getStopBits()
getStopBits.static StopBits
StopBits. parse(String parity)
parse.StopBits
SerialConfig. stopBits()
stopBits.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.pi4j.io.serial with parameters of type StopBits Modifier and Type Method Description SerialConfigBuilder
SerialConfigBuilder. stopBits(StopBits bits)
stopBits.
-