java.lang.Object
io.qt.QtObject
io.qt.serialbus.QCanBusFactory.Impl
- All Implemented Interfaces:
QtObjectInterface
,QCanBusFactory
- Enclosing interface:
QCanBusFactory
Implementor class for interface QCanBusFactory
-
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
-
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 interfaceQCanBusFactory
- Throws:
QCanBusException
-
createDevice
@QtUninvokable public abstract QCanBusDevice createDevice(String interfaceName) throws QCanBusException - Specified by:
createDevice
in interfaceQCanBusFactory
- Throws:
QCanBusException
-