Uses of Class
com.pi4j.io.serial.Baud
-
Packages that use Baud Package Description com.pi4j.io.serial -
-
Uses of Baud in com.pi4j.io.serial
Methods in com.pi4j.io.serial that return Baud Modifier and Type Method Description static Baud
Baud. getInstance(int baud_rate)
getInstance.static Baud
Baud. valueOf(String name)
Returns the enum constant of this type with the specified name.static Baud[]
Baud. 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 Baud Modifier and Type Method Description default SerialConfigBuilder
SerialConfigBuilder. baud(Baud rate)
baud.default SerialConfigBuilder
SerialConfigBuilder. baud8N1(Baud baud)
baud8N1.
-