java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.serialbus.QCanBusDeviceInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public final class QCanBusDeviceInfo extends QtObject implements Cloneable
Information about CAN bus interfaces
Java wrapper for Qt class QCanBusDeviceInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QCanBusDeviceInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only.QCanBusDeviceInfo(QCanBusDeviceInfo other)
-
Method Summary
Modifier and Type Method Description int
channel()
QCanBusDeviceInfo
clone()
String
description()
boolean
hasFlexibleDataRate()
boolean
isVirtual()
String
name()
String
serialNumber()
void
swap(QCanBusDeviceInfo other)
-
Constructor Details
-
QCanBusDeviceInfo
-
QCanBusDeviceInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details