|
NAMESP_poll - checks amount of data ready to be readSYNOPSIS#include <sp.h>int SP_poll( mailbox mbox); DESCRIPTIONSP_poll is a way to poll a mailbox to see if any messages are available for receiving. The value returned will be < 0 if error, 0 if nothing is available, and the number of bytes waiting if something is there.RETURN VALUESReturns 0 if nothing is available or the number of bytes available, or one of the following errors ( < 0 ):
BUGSNone.AUTHORYair Amir <yairamir@cnds.jhu.edu>Jonathan Stanton <jonathan@cnds.jhu.edu> Commedia Project <commedia@cnds.jhu.edu> SEE ALSOlibsp(3)
Visit the GSP FreeBSD Man Page Interface. |