Uses of Class
com.pi4j.io.serial.Parity
-
Packages that use Parity Package Description com.pi4j.io.serial com.pi4j.io.serial.impl -
-
Uses of Parity in com.pi4j.io.serial
Methods in com.pi4j.io.serial that return Parity Modifier and Type Method Description static ParityParity. getInstance(String parity)ParitySerialConfig. parity()static ParityParity. valueOf(String name)Returns the enum constant of this type with the specified name.static Parity[]Parity. 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 Parity Modifier and Type Method Description voidSerial. 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.SerialConfigSerialConfig. parity(Parity parity) -
Uses of Parity in com.pi4j.io.serial.impl
Methods in com.pi4j.io.serial.impl with parameters of type Parity Modifier and Type Method Description voidSerialImpl. 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.
-