Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

gm_receive_pending.c File Reference

#include "gm_internal.h"

Functions

GM_ENTRY_POINT int gm_receive_pending (gm_port_t *p)

Detailed Description

This file contains the GM API function gm_receive_pending().


Function Documentation

GM_ENTRY_POINT int gm_receive_pending gm_port_t *    p
 

gm_receive_pending() returns nonzero if a receive event is pending. If a receive event is pending, a call to any gm_receive*() function will return the event immediately, although gm_receive() is preferred in this case for efficiency.

Return values:
event.recv.type 
Parameters:
p  (IN) The GM port for which the received communication is pending.
See also:
gm_receive
Author:
Glenn Brown
Version:
GM_API_VERSION (as defined in gm.h)


Generated on Mon Nov 3 15:39:26 2003 for GM by doxygen1.2.15