#include <srripc.h>
pid_t SrrReceive(
pid_t pid, void* msg, size_t* size )
;
The process to receive a message from; 0 means from any process.
The buffer for the received message.
On call, the size of the buffer for the received message; on return, the size of the message in the buffer.
This function performs a synchronous Receive. Once a message has been received the sending task is blocked until the recipient issues a reply message using the SrrReply function. Unlike the QNX version of this function (Receive), the size parameter indicates how much data has been received.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.