java.lang.Object
io.qt.QtObject
io.qt.serialbus.QCanBusDeviceInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Information about CAN bus interfaces
Java wrapper for Qt class QCanBusDeviceInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QCanBusDeviceInfo other) final int
channel()
clone()
Creates and returns a copy of this object.final String
boolean
Seeoperator==(QCanBusDeviceInfo,
QCanBusDeviceInfo) final boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QCanBusDeviceInfo)
.final boolean
final String
name()
final String
final void
swap
(QCanBusDeviceInfo other) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QCanBusDeviceInfo
-
-
Method Details
-
channel
-
description
-
hasFlexibleDataRate
-
isVirtual
-
name
-
assign
-
serialNumber
-
swap
-
equals
See
operator==(QCanBusDeviceInfo,
QCanBusDeviceInfo) -
hashCode
Returns the objects's hash code computed byqHash(QCanBusDeviceInfo)
. -
clone
Creates and returns a copy of this object.
-