RTEMS ITRON 3.0 API User's Guide
ER snd_msg( ID mbxid, T_MSG *pk_msg );
E_OK
- Normal completion
E_ID
- Invalid ID number
E_NOEXS
- Object does not exist
E_OACV
- Object access violation
E_QOVR
- Queueing or nesting overflow
Sends the address of message to mbox having a given id, any waiting tasks (blocked tasks) will be woken up. It supports non-blocking send.
NONE
RTEMS ITRON 3.0 API User's Guide
Copyright © 1988-2004 OAR Corporation