BBBCSIO

The SerialPortBitLengthEnum Enum

 

The SerialPortBitLengthEnum Enum

The SerialPortBitLengthEnum enum defines the possible Bit Length for the bytes transmitted via the Serial ports on the Beaglebone Black

 

Source Code

The source code for this class is available online for download and also in browseable form.

 

Syntax

    public enum SerialPortBitLengthEnum
    {
        BITLENGTH_NONE,
        BITLENGTH_5,
        BITLENGTH_6,
        BITLENGTH_7,
        BITLENGTH_8,
    }