.TH RCCE 3 2010-02-04 "RCCE MANPAGE" "RCCE Library" .SH NAME RCCE_recv \- RCCE receive message .SH SYNOPSIS .B #include .sp .BI "int RCCE_recv(char *" privbuf ", size_t" size ",int" ID ); .SH DESCRIPTION .BR RCCE_send() receives an arbitrarily sized buffer (does not have to be a multiple of 32 bytes) of data from the private memory of the sending UE to the private memory of the receiving UE. Its parameters must be matched exactly by those on the receiving side. .TP 10 .B privbuf Starting address (private memory) of data to be received. .TP .B size Size of message in bytes. .TP .B ID Rank of target UE. .SH "RETURN VALUE" Upon successful completion .BR RCCE_send () returns .BR RCCE_SUCCESS . .SH ERRORS Look in .BR rcce.h for additional error codes. .SH "SEE ALSO" rcce.h(5) .SH EXAMPLE .PP To be supplied.