Hi,

At least in the official Qt release there is no such thing. I would question 
how useful such a thing would be as it would imply that you would try to 
interpret QCanBusFrame::payload() in QML. Processing a QByteArray in QML is 
very ugly if even properly possible. That's why we never added it. Mind you, 
can applications are usually more susceptible to turnaround times etc. QML 
would add an necessary layer on top.

A far more likely scenario would be that you do the processing of the payload 
in C++ and then expose the results to QML. This would imply that you really 
need QML for the application layer above the QCanBus* API.

--
Alex



________________________________________
From: Interest <interest-boun...@qt-project.org> on behalf of Aboubacar DIAW 
<aboubacar.dia...@gmail.com>
Sent: Wednesday, 9 January 2019 18:14
To: interest@qt-project.org
Subject: [Interest] CAN Bus Api QML

Hello,
Anyone know is there is a CAN api written with Qml?
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to