Uses of Enum
io.qt.serialport.QSerialPort.Direction
Packages that use QSerialPort.Direction
-
Uses of QSerialPort.Direction in io.qt.serialport
Methods in io.qt.serialport that return QSerialPort.DirectionModifier and TypeMethodDescriptionfinal 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
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.DirectionModifier and TypeMethodDescriptionfinal int
QSerialPort.baudRate
(QSerialPort.Direction... directions) Overloaded function forQSerialPort.baudRate(io.qt.serialport.QSerialPort.Directions)
.final boolean
QSerialPort.clear
(QSerialPort.Direction... directions) Overloaded function forQSerialPort.clear(io.qt.serialport.QSerialPort.Directions)
.QSerialPort.Direction.combined
(QSerialPort.Direction e) Combines this entry with other enum entry.final 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.final boolean
QSerialPort.setBaudRate
(int baudRate, QSerialPort.Direction... directions) Overloaded function forQSerialPort.setBaudRate(int, io.qt.serialport.QSerialPort.Directions)
.final QSerialPort.Directions
QSerialPort.Directions.setFlag
(QSerialPort.Direction e) Sets the flage
final 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.DirectionModifierConstructorDescriptionDirections
(QSerialPort.Direction... args) Creates a new Directions where the flags inargs
are set.