java.lang.Object
io.qt.QtObject
io.qt.serialbus.QCanBusFactoryV2.Impl
- All Implemented Interfaces:
QtObjectInterface
,QCanBusFactory
,QCanBusFactoryV2
- Enclosing interface:
QCanBusFactoryV2
public abstract static class QCanBusFactoryV2.Impl
extends QtObject
implements QCanBusFactoryV2, QCanBusFactory
Implementor class for interface QCanBusFactoryV2
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.serialbus.QCanBusFactory
QCanBusFactory.Impl
Nested classes/interfaces inherited from interface io.qt.serialbus.QCanBusFactoryV2
QCanBusFactoryV2.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract List<QCanBusDeviceInfo>
abstract QCanBusDevice
createDevice
(String interfaceName) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
availableDevices
- Specified by:
availableDevices
in interfaceQCanBusFactoryV2
- Throws:
QCanBusException
-
createDevice
@QtUninvokable public abstract QCanBusDevice createDevice(String interfaceName) throws QCanBusException - Specified by:
createDevice
in interfaceQCanBusFactory
- Specified by:
createDevice
in interfaceQCanBusFactoryV2
- Throws:
QCanBusException
-