Hello @constantinrazva,
Got it! And if I wanted to use it? As I saw in this post, the 3 possible states are:
- status_t.STATUS_SUCCESS if successful
- status_t.STATUS_TIMEOUT if the timeout is reached
- status_t.STATUS_BUSY if another receive/send using the same message buffer is in progress
But, how can I use them? I mean, I want to use a switch that's activated only if the status.t is SUCCESS, so, how can I achieve this? Any idea is well received!
Thanks !