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 StopBitsSerial. DEFAULT_STOP_BITSConstantDEFAULT_STOP_BITSMethods in com.pi4j.io.serial that return StopBits Modifier and Type Method Description static StopBitsStopBits. getInstance(int stop_bits)getInstance.default StopBitsSerialConfig. getStopBits()getStopBits.static StopBitsStopBits. parse(String parity)parse.StopBitsSerialConfig. stopBits()stopBits.static StopBitsStopBits. 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 SerialConfigBuilderSerialConfigBuilder. stopBits(StopBits bits)stopBits.
-