java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.serialport.QSerialPortInfo
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Provides information about existing serial ports
Java wrapper for Qt class QSerialPortInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQSerialPortInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.QSerialPortInfo(QSerialPort port) QSerialPortInfo(QSerialPortInfo other) QSerialPortInfo(String name) -
Method Summary
Modifier and TypeMethodDescriptionstatic io.qt.core.QList<QSerialPortInfo>clone()final Stringfinal booleanfinal booleanfinal booleanisNull()final Stringfinal StringportName()final shortfinal Stringstatic io.qt.core.QList<Integer>final voidswap(QSerialPortInfo other) final Stringfinal shortMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSerialPortInfo
public QSerialPortInfo() -
QSerialPortInfo
-
QSerialPortInfo
-
QSerialPortInfo
-
QSerialPortInfo
protected QSerialPortInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
description
-
hasProductIdentifier
@QtUninvokable public final boolean hasProductIdentifier() -
hasVendorIdentifier
@QtUninvokable public final boolean hasVendorIdentifier() -
isNull
@QtUninvokable public final boolean isNull() -
manufacturer
-
portName
-
productIdentifier
@QtUninvokable public final short productIdentifier() -
serialNumber
-
swap
-
systemLocation
-
vendorIdentifier
@QtUninvokable public final short vendorIdentifier() -
availablePorts
-
standardBaudRates
-
clone
-