Stores the current serial port configuration parameters.
More...
|
|
qint32 | baudRate |
| | The baud rate as a numeric value.
|
|
QSerialPort::DataBits | dataBits |
| | The number of data bits per frame.
|
|
QSerialPort::FlowControl | flowControl |
| | The flow control mode.
|
|
QString | name |
| | The serial port device name.
|
|
QSerialPort::Parity | parity |
| | The parity checking mode.
|
|
QSerialPort::StopBits | stopBits |
| | The number of stop bits per frame.
|
|
QString | stringBaudRate |
| | The baud rate as a display string.
|
|
QString | stringDataBits |
| | The data bits setting as a display string.
|
|
QString | stringFlowControl |
| | The flow control setting as a display string.
|
|
QString | stringParity |
| | The parity setting as a display string.
|
|
QString | stringStopBits |
| | The stop bits setting as a display string.
|
Stores the current serial port configuration parameters.
Definition at line 58 of file SerialConnectionDialog.h.
The documentation for this struct was generated from the following file: