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's class QSerialPortInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQSerialPortInfo(QSerialPortInfo other) QSerialPortInfo(String name) QSerialPortInfo(QSerialPort port) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QSerialPortInfo other) static QList<QSerialPortInfo>clone()final Stringfinal booleanfinal booleanfinal booleanisNull()final Stringfinal StringportName()final shortfinal Stringstatic QList<@QtPrimitiveType 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
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details