java.lang.Object
io.qt.internal.QtJambiObject
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>
See QCanBusFactory::abstract QCanBusDevice
createDevice
(String interfaceName) See QCanBusFactory::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
See QCanBusFactory::
- Specified by:
availableDevices
in interfaceQCanBusFactory
- Throws:
QCanBusException
-
createDevice
@QtUninvokable public abstract QCanBusDevice createDevice(String interfaceName) throws QCanBusException See QCanBusFactory::
- Specified by:
createDevice
in interfaceQCanBusFactory
- Throws:
QCanBusException
-