RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


Mailbox Manager prcv_msg - Poll and Receive Message from Mailbox

PREV UP NEXT Bookshelf RTEMS ITRON 3.0 API User's Guide

5.4.5: prcv_msg - Poll and Receive Message from Mailbox

CALLING SEQUENCE:

ER prcv_msg(
  T_MSG **ppk_msg,
  ID      mbxid
);

STATUS CODES:

E_OK - Normal completion
E_ID - Invalid ID number
E_NOEXS - Object does not exist
E_OACV - Object access violation
E_PAR - Parameter error
E_DLT - The object being waited for was deleted
E_RLWAI - WAIT state was forcibly released
E_CTX - Context error

DESCRIPTION:

Poll and receive message from mailbox.

NOTES:

NONE


PREV UP NEXT Bookshelf RTEMS ITRON 3.0 API User's Guide

Copyright © 1988-2004 OAR Corporation