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
flags
Directions
enum
FlowControl
enum
Parity
enum
PinoutSignal
flags
PinoutSignals
QSerialPort
(const QSerialPortInfo &, QObject *)
QSerialPort
(const QString &, QObject *)
QSerialPort
(QObject *)
enum
SerialPortError
enum
StopBits
baudRateChanged
(qint32 , QSerialPort::Directions )
breakEnabledChanged
(bool )
dataBitsChanged
(QSerialPort::DataBits )
dataTerminalReadyChanged
(bool )
errorOccurred
(QSerialPort::SerialPortError )
flowControlChanged
(QSerialPort::FlowControl )
parityChanged
(QSerialPort::Parity )
requestToSendChanged
(bool )
stopBitsChanged
(QSerialPort::StopBits )
~QSerialPort
()
atEnd
() const : bool
baudRate
(Directions ) const : qint32
bytesAvailable
() const : qint64
bytesToWrite
() const : qint64
canReadLine
() const : bool
clear
(Directions ) : bool
clearError
()
close
()
dataBits
() const : DataBits
error
() const : SerialPortError
flowControl
() const : FlowControl
flush
() : bool
handle
() const : Handle
isBreakEnabled
() const : bool
isDataTerminalReady
() : bool
isRequestToSend
() : bool
isSequential
() const : bool
open
(OpenMode ) : bool
parity
() const : Parity
pinoutSignals
() : PinoutSignals
portName
() const : QString
readBufferSize
() const : qint64
readData
(char *, qint64 ) : qint64
readLineData
(char *, qint64 ) : qint64
sendBreak
(int ) : bool
setBaudRate
(qint32 , Directions ) : bool
setBreakEnabled
(bool ) : bool
setDataBits
(DataBits ) : bool
setDataTerminalReady
(bool ) : bool
setFlowControl
(FlowControl ) : bool
setParity
(Parity ) : bool
setPort
(const QSerialPortInfo &)
setPortName
(const QString &)
setReadBufferSize
(qint64 )
setRequestToSend
(bool ) : bool
setStopBits
(StopBits ) : bool
stopBits
() const : StopBits
waitForBytesWritten
(int ) : bool
waitForReadyRead
(int ) : bool
writeData
(const char *, qint64 ) : qint64