#include <cogent.h>
int IP_TaskSendSync(IP_Task* myself, IP_Task* receiver, IP_Msg* smsg, IP_Msg* rmsg );
This function transmits a message (smsg) from myself to the receiver, and waits for the receiver to reply. There is no limit to how long the receiver may delay prior to replying. The reply data will be written into the rmsg buffer. If the rmsg data area is not large enough to accommodate the entire reply, then the result is OS-dependent. This will change in future versions of this API.
Copyright © 1995-2012 by Cogent Real-Time Systems, Inc. All rights reserved.