RTEMS Logo

RTEMS 4.7.2 On-Line Library


Mailbox Manager trcv_msg - Receive Message from Mailbox with Timeout

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

5.4.6: trcv_msg - Receive Message from Mailbox with Timeout

CALLING SEQUENCE:

ER trcv_msg(
  T_MSG **ppk_msg,
  ID      mbxid,
  TMO     tmout
);

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:

Blocking receive with a maximum timeout.

NOTES:

NONE


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

Copyright © 1988-2004 OAR Corporation