summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2017-03-22 20:16:17 +0100
committerAndré Hartmann <aha_1980@gmx.de>2017-03-27 13:33:18 +0000
commit9c7d0a32e500836c0b28e3a4dd93de82d548e5be (patch)
treeb9f35295b6c766d8ebdfc95ea3c680930f0af2c7
parent71a31bf19bb0cce506638bc79ba96bc5e5da92fe (diff)
VectorCAN: Update documentation for QCanBusDevice::ReceiveOwnKey
Amends commit bb77953d24bd633eb87caf80df1fbaa3d8cf6da5 Change-Id: Idc52125a043294c0f9c5eedb9d4883373d924cb9 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Mihai Baneu <bdmihai@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/serialbus/doc/src/vectorcan.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/serialbus/doc/src/vectorcan.qdoc b/src/serialbus/doc/src/vectorcan.qdoc
index 8163207..f95f956 100644
--- a/src/serialbus/doc/src/vectorcan.qdoc
+++ b/src/serialbus/doc/src/vectorcan.qdoc
@@ -88,5 +88,11 @@
\row
\li QCanBusDevice::BitRateKey
\li Determines the bit rate of the CAN bus connection.
+ \row
+ \li QCanBusDevice::ReceiveOwnKey
+ \li The reception of the CAN frames on the same device that was sending the CAN frame
+ is disabled by default. When enabling this option, all CAN frames sent to the CAN
+ bus immediately appear in the receive buffer. This can be used to check if sending
+ was successful.
\endtable
*/