Uses of Class
io.qt.serialport.QSerialPort.Direction
Package | Description |
---|---|
io.qt.serialport |
-
Uses of QSerialPort.Direction in io.qt.serialport
Methods in io.qt.serialport that return QSerialPort.Direction Modifier and Type Method Description QSerialPort.Direction[]
QSerialPort.Directions. flags()
Returns an array of flag objects represented by this Directions.static QSerialPort.Direction
QSerialPort.Direction. resolve(int value)
Returns the corresponding enum entry for the given value.static QSerialPort.Direction
QSerialPort.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSerialPort.Direction[]
QSerialPort.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.serialport with parameters of type QSerialPort.Direction Modifier and Type Method Description int
QSerialPort. baudRate(QSerialPort.Direction... directions)
Overloaded function forQSerialPort.baudRate(io.qt.serialport.QSerialPort.Directions)
.boolean
QSerialPort. clear(QSerialPort.Direction... directions)
Overloaded function forQSerialPort.clear(io.qt.serialport.QSerialPort.Directions)
.QSerialPort.Directions
QSerialPort.Direction. combined(QSerialPort.Direction e)
Combines this entry with other enum entry.QSerialPort.Directions
QSerialPort.Directions. combined(QSerialPort.Direction e)
Combines this flags with enum entry.static QSerialPort.Directions
QSerialPort.Direction. flags(QSerialPort.Direction... values)
Creates a newQSerialPort.Directions
from the entries.boolean
QSerialPort. setBaudRate(int baudRate, QSerialPort.Direction... directions)
Overloaded function forQSerialPort.setBaudRate(int, io.qt.serialport.QSerialPort.Directions)
.QSerialPort.Directions
QSerialPort.Directions. setFlag(QSerialPort.Direction e)
Sets the flage
QSerialPort.Directions
QSerialPort.Directions. setFlag(QSerialPort.Direction e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.serialport with parameters of type QSerialPort.Direction Constructor Description Directions(QSerialPort.Direction... args)
Creates a new Directions where the flags inargs
are set.