java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.serialport.QSerialPortInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QSerialPortInfo extends QtObject implements Cloneable
Provides information about existing serial ports
Java wrapper for Qt class QSerialPortInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QSerialPortInfo()
protected
QSerialPortInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only.QSerialPortInfo(QSerialPort port)
QSerialPortInfo(QSerialPortInfo other)
QSerialPortInfo(String name)
-
Method Summary
Modifier and Type Method Description static List<QSerialPortInfo>
availablePorts()
QSerialPortInfo
clone()
String
description()
boolean
hasProductIdentifier()
boolean
hasVendorIdentifier()
boolean
isBusy()
boolean
isNull()
boolean
isValid()
Deprecated.String
manufacturer()
String
portName()
short
productIdentifier()
String
serialNumber()
static List<Integer>
standardBaudRates()
void
swap(QSerialPortInfo other)
String
systemLocation()
short
vendorIdentifier()
-
Constructor Details
-
QSerialPortInfo
public QSerialPortInfo() -
QSerialPortInfo
-
QSerialPortInfo
-
QSerialPortInfo
-
QSerialPortInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details