int sbio_send_event( sbio_channel_handle_t *handle, const char *event_name, const char *event_fmt, void *event_data, int event_data_size);
Sends an event on a channel that has been opened for sending.
Parameters: sbio_channel_handle_t A pointer to a sbio_channel_handle_t for storing channel information event_name The name of the event to send event_fmt The format of the event to send event_data The event data that should be sent event_data_size The size of the data to send. Returns: 0 on success and non-zero on failure