mirror of https://github.com/ARMmbed/mbed-os.git
commit
eb07229177
11
rtos/Mail.h
11
rtos/Mail.h
|
@ -200,11 +200,12 @@ public:
|
||||||
*
|
*
|
||||||
* @param millisec Timeout value (default: osWaitForever).
|
* @param millisec Timeout value (default: osWaitForever).
|
||||||
*
|
*
|
||||||
* @return Event that contains mail information or error code.
|
* @return Event that contains mail information and status code. The status code
|
||||||
* @retval osEventMessage Message received.
|
* is stored in the status member:
|
||||||
* @retval osOK No mail is available (and no timeout was specified).
|
* @a osEventMail Mail successfully received.
|
||||||
* @retval osEventTimeout No mail has arrived during the given timeout period.
|
* @a osOK No mail is available (and no timeout was specified).
|
||||||
* @retval osErrorParameter A parameter is invalid or outside of a permitted range.
|
* @a osEventTimeout No mail has arrived during the given timeout period.
|
||||||
|
* @a osErrorParameter A parameter is invalid or outside of a permitted range.
|
||||||
*
|
*
|
||||||
* @note You may call this function from ISR context if the millisec parameter is set to 0.
|
* @note You may call this function from ISR context if the millisec parameter is set to 0.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue