#include <srripc.h>
pid_t SrrReceive(pid_t pid, void* msg, size_t* size );
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-2006 by Cogent Real-Time Systems, Inc. All rights reserved.