co_error co_signal_post(co_signal signal, int32 value); Header Fileco.h DescriptionThis function posts a message (a 32-bit value) on a signal. This function must be called from within a process run function. ArgumentsThe arguments for co_signal_post are as follows:
Return ValueReturns co_err_none on success or co_err_unknown if there was an error during desktop simulation. NotesThe co_signal_post function is nonblocking and overwrites any message that is already pending on the signal. |