The SerialPortStopBitsEnum enum defines the possible stop bits for the bytes transmitted via the serial ports on the Raspberry Pi.
public enum SerialPortStopBitsEnum { STOPBITS_ONE, STOPBITS_TWO }