Receive

Receive — QNX-style wrapper on SrrReceive.

Syntax

#include <qnxipc.h>
pid_t Receive(pid_t  pid,
 void*  msg,
 unsigned*  nbytes);

Description

Unlike SrrReceive, this function gives no indication of how much data has been received.

See

SrrReceive