[Previous]

[Contents]

[Next]


evt_post_events()

Post several events to an event channel.

Synopsis:

#include <evt.h>
#include <lib_evt.h>
 
int evt_post_events( const evt_cnx_t *evtcnx, 
int nhandles, void *handles[], int values[] );

Description:

TBD.

Returns:

TBD

Example:

See this simple example.

Errors:

ETIMEDOUT

Occurs if the messip manager did not answered the connection request within the expressed time.

 

See also:

evt_open(), evt_locate_channel(), evt_fetch_event(), evt_post_event()


[Previous]

[Contents]

[Next]