Explain that token in responseOptions is output only #1238

This commit is contained in:
Ian Craggs 2022-07-15 19:25:28 +01:00
parent 22c39ce878
commit 3e256e60d3
1 changed files with 2 additions and 1 deletions

View File

@ -728,7 +728,8 @@ typedef struct MQTTAsync_responseOptions
/**
* A token is returned from the call. It can be used to track
* the state of this request, both in the callbacks and in future calls
* such as ::MQTTAsync_waitForCompletion.
* such as ::MQTTAsync_waitForCompletion. This is output only - any
* change by the application will be ignored.
*/
MQTTAsync_token token;
/**