Skip to main content
Version: 9.0.2

sbio_create_send_channel

 int sbio_create_send_channel(
const char *channel_name,
int flags,
sbio_channel_handle_t **handle);

Opens a Storyboard IO channel for sending events on.

Parameters

ParameterTypeDescription
channel_nameconst char *The name of the channel to open for sending. 
flagsintAdditional flags, other than GRE_IO_TYPE_WRONLY, to open the channel with. 
handlesbio_channel_handle_t **A pointer to the storage location for an sbio_channel_handle_t structure used for storing channel information. 

Returns

TypeDescription
int0 on success and non-zero on failure.