Uses of Enum
io.qt.serialport.QSerialPort.Direction
-
Uses of QSerialPort.Direction in io.qt.serialport
Modifier 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.Modifier and TypeMethodDescriptionfinal int
QSerialPort.baudRate
(QSerialPort.Direction ... directions) Overloaded function forQSerialPort.baudRate(io.qt.serialport.QSerialPort.Directions)
instead.final boolean
QSerialPort.clear
(QSerialPort.Direction ... directions) Overloaded function forQSerialPort.clear(io.qt.serialport.QSerialPort.Directions)
.QSerialPort.Direction.cleared
(QSerialPort.Direction e) Excludes other enum entry from a flag of this entry.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
ModifierConstructorDescriptionDirections
(QSerialPort.Direction ... args) Creates a new Directions where the flags inargs
are set.