Qt 5.15
Qt Serial Port
C++ Classes
QSerialPort
Qt 5.15.12 Reference Documentation
List of All Members for QSerialPort
This is the complete list of members for
QSerialPort
, including inherited members.
enum
BaudRate
enum
DataBits
enum
Direction
enum
FlowControl
enum
OpenModeFlag
enum
Parity
enum
PinoutSignal
enum
SerialPortError
enum
StopBits
baudRateChanged
(qint32 , QSerialPort::Directions )
breakEnabledChanged
(bool )
dataBitsChanged
(QSerialPort::DataBits )
dataTerminalReadyChanged
(bool )
error
(QSerialPort::SerialPortError )
flowControlChanged
(QSerialPort::FlowControl )
objectNameChanged
(const QString &)
parityChanged
(QSerialPort::Parity )
requestToSendChanged
(bool )
stopBitsChanged
(QSerialPort::StopBits )
baudRate
(QSerialPort::Directions ) const : qint32
clearError
()
dataBits
() const : QSerialPort::DataBits
error
() const : QSerialPort::SerialPortError
flowControl
() const : QSerialPort::FlowControl
isBreakEnabled
() const : bool
isDataTerminalReady
() : bool
isRequestToSend
() : bool
objectName
() const : QString
parity
() const : QSerialPort::Parity
setBaudRate
(qint32 , QSerialPort::Directions ) : bool
setBreakEnabled
(bool ) : bool
setDataBits
(QSerialPort::DataBits ) : bool
setDataTerminalReady
(bool ) : bool
setFlowControl
(QSerialPort::FlowControl ) : bool
setObjectName
(const QString &)
setParity
(QSerialPort::Parity ) : bool
setRequestToSend
(bool ) : bool
setStopBits
(QSerialPort::StopBits ) : bool
staticMetaObject
:
stopBits
() const : QSerialPort::StopBits