QCanBusFactoryV2 Class▲
-
Header: QCanBusFactoryV2
-
Since: Qt 5.9
-
qmake: QT += serialbus
-
Inherits: QCanBusFactory
Detailed Description▲
All plugins must implement the functions provided by this factory class.
Member Function Documentation▲
[pure virtual] QList<QCanBusDeviceInfo> QCanBusFactoryV2::availableDevices(QString *errorMessage) const▲
Returns the list of available devices and their capabilities for the QCanBusDevice.
errorMessage contains an error description in case of failure.
[override pure virtual] QCanBusDevice *QCanBusFactoryV2::createDevice(const QString &interfaceName, QString *errorMessage) const▲
Reimplements: QCanBusFactory::createDevice(const QString &interfaceName, QString *errorMessage) const.
Creates a new QCanBusDevice. The caller must take ownership of the returned pointer.
interfaceName is the CAN interface name and errorMessage contains an error description in case of failure.
If the factory cannot create a plugin, it returns nullptr.