Storyboard IO Wrapper API
This section details the functions that are available in the library libsbio-wrapper.so. They are also documented in the header file sbio_wrapper.h.
sbio_add_event_callback
Adds a callback to a receive channel. The event name can be specified as a pattern.
sbio_create_receive_channel
Opens a Storyboard IO channel for receiving events. Note that this creates a secondary thread in the application so that receiving events do not block the main application.
sbio_create_send_channel
Opens a Storyboard IO channel for sending events on.
sbio_destroy_channel
Destroys a Storyboard IO channel.
sbio_rem_event_callback
Removes a callback from a receive channel
sbio_send_event
Sends an event on a channel that has been opened for sending.