java.lang.Object
io.qt.QtObject
io.qt.serialport.QSerialPortInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Provides information about existing serial ports
Java wrapper for Qt class QSerialPortInfo
-
Constructor Summary
ConstructorDescriptionQSerialPortInfo
(QSerialPortInfo other) QSerialPortInfo
(QSerialPort port) QSerialPortInfo
(String name) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QSerialPortInfo other) static QList<QSerialPortInfo>
clone()
Creates and returns a copy of this object.final String
final boolean
final boolean
final boolean
isNull()
final String
final String
portName()
final short
final String
static QList<@QtPrimitiveType Integer>
final void
swap
(QSerialPortInfo other) final String
final short
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSerialPortInfo
public QSerialPortInfo() -
QSerialPortInfo
-
QSerialPortInfo
-
QSerialPortInfo
-
-
Method Details
-
description
-
hasProductIdentifier
-
hasVendorIdentifier
-
isNull
-
manufacturer
-
assign
-
portName
-
productIdentifier
-
serialNumber
-
swap
-
systemLocation
-
vendorIdentifier
-
availablePorts
-
standardBaudRates
-
clone
Creates and returns a copy of this object.
-