mme_zone_delete()

Delete an output zone

Synopsis:

#include <mme/mme.h>

int mme_zone_delete( mme_hdl_t *hdl,
                     uint64_t *zoneid );

Arguments:

hdl
An MME connection handle.
zoneid
The ID of the zone to be deleted.

Library:

mme

Description:

The function mme_zone_delete() deletes the specified output zone. For more information about zones, see mme_zone_create().

Events

None delivered.

Blocking and validation

This function runs to completion.

Returns:

0
Success.
-1
An error occurred (errno is set).

Classification:

QNX Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

mme_output_set_permanent(), mme_play_attach_output(), mme_play_detach_output(), mme_play_get_zone(), mme_play_set_zone(), mme_zone_create()