Skip to main content
Version: 9.0.2

sbio_destroy_channel

int sbio_destroy_channel(
sbio_channel_handle_t *handle);

Destroys a Storyboard IO channel.

Parameters

ParameterTypeDescription
sbio_channel_handle_t *sbio_channel_handle_t *A pointer to an sbio_channel_handle_t for the channel that should be destroyed.

Returns

TypeDescription
int0 on success and non-zero on failure.