We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380504a commit 406e067Copy full SHA for 406e067
docs/en/api/rmt.rst
@@ -216,7 +216,7 @@ This function returns ``true`` when all data has been sent and the channel is re
216
217
**Note:**
218
* If ``rmtWrite()`` times out or ``rmtWriteAsync()`` is called, this function will return ``false`` until all data is sent out.
219
-* ``rmtTransmitCompleted()`` will always return ``true`` when ``rmtWriteLooping()`` is active, because looping mode never completes.
+* ``rmtTransmitCompleted()`` will always return ``true`` when ``rmtWriteLooping()`` is active, because it has no effect in such case.
220
221
rmtRead
222
*******
0 commit comments