sbio_destroy_channel
int sbio_destroy_channel(
sbio_channel_handle_t *handle);
Destroys a Storyboard IO channel.
Parameters
| Parameter | Type | Description |
|---|---|---|
sbio_channel_handle_t * | sbio_channel_handle_t * | A pointer to an sbio_channel_handle_t for the channel that should be destroyed. |
Returns
| Type | Description |
|---|---|
int | 0 on success and non-zero on failure. |