HANDLE and QSocketNotifier
-
Hello all,
I develope an application for CAN communication and use for it ntcan.dll from ESD GmbH.
After opening the CAN-communication, I get a c++ HANDLE. For receiving the messages, I want to use QSocketNotifier and a signal.My Question:
Is the qintptr - expected by QSocketNotifier constructor - another pointer as the HANDLE? How can I user the QSocketNotifier for observing received messages?Thank you.