Uses of Class
com.pi4j.io.serial.StopBits
-
Packages that use StopBits Package Description com.pi4j.io.serial com.pi4j.io.serial.impl -
-
Uses of StopBits in com.pi4j.io.serial
Methods in com.pi4j.io.serial that return StopBits Modifier and Type Method Description static StopBits
StopBits. getInstance(int stop_bits)
StopBits
SerialConfig. 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 void
Serial. open(String device, Baud baud, DataBits dataBits, Parity parity, StopBits stopBits, FlowControl flowControl)
This opens and initializes the serial port/device and sets the communication parameters.SerialConfig
SerialConfig. stopBits(StopBits stopBits)
-
Uses of StopBits in com.pi4j.io.serial.impl
Methods in com.pi4j.io.serial.impl with parameters of type StopBits Modifier and Type Method Description void
SerialImpl. open(String device, Baud baud, DataBits dataBits, Parity parity, StopBits stopBits, FlowControl flowControl)
This opens and initializes the serial port/device and sets the communication parameters.
-