#include <srripc.h>
int SrrSend(
pid_t pid, void* smsg, void* rmsg, size_t ssize, size_t rsize )
;
The process to whom the message is sent.
The message to be sent.
The buffer for the reply message.
The size of the message to be sent.
The size of the buffer for the reply message.
This function emulates the QNX Send function. The reply is returned as a character string.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.