Uses of Class
io.qt.serialbus.QCanBusDeviceInfo
Package | Description |
---|---|
io.qt.serialbus |
-
Uses of QCanBusDeviceInfo in io.qt.serialbus
Methods in io.qt.serialbus that return QCanBusDeviceInfo Modifier and Type Method Description QCanBusDeviceInfo
QCanBusDeviceInfo. clone()
protected static QCanBusDeviceInfo
QCanBusDevice. createDeviceInfo(String name)
Overloaded function forQCanBusDevice.createDeviceInfo(java.lang.String, boolean, boolean)
protected static QCanBusDeviceInfo
QCanBusDevice. createDeviceInfo(String name, boolean isVirtual)
Overloaded function forQCanBusDevice.createDeviceInfo(java.lang.String, boolean, boolean)
withisFlexibleDataRateCapable = false
.protected static QCanBusDeviceInfo
QCanBusDevice. createDeviceInfo(String name, boolean isVirtual, boolean isFlexibleDataRateCapable)
protected static QCanBusDeviceInfo
QCanBusDevice. createDeviceInfo(String name, String serialNumber, String description, int channel, boolean isVirtual, boolean isFlexibleDataRateCapable)
Methods in io.qt.serialbus that return types with arguments of type QCanBusDeviceInfo Modifier and Type Method Description QList<QCanBusDeviceInfo>
QCanBus. availableDevices(String plugin)
List<QCanBusDeviceInfo>
QCanBusFactoryV2. availableDevices()
abstract List<QCanBusDeviceInfo>
QCanBusFactoryV2.Impl. availableDevices()
Methods in io.qt.serialbus with parameters of type QCanBusDeviceInfo Modifier and Type Method Description void
QCanBusDeviceInfo. swap(QCanBusDeviceInfo other)
Constructors in io.qt.serialbus with parameters of type QCanBusDeviceInfo Constructor Description QCanBusDeviceInfo(QCanBusDeviceInfo other)