Remove the sigevent handler from the active channel.
#include <bps/bps.h>
BPS_API int bps_remove_sigevent_handler(const struct sigevent *sigevent)
BlackBerry 10.0.0
The sigevent that was filled in by a call to bps_add_sigevent_handler().
When a service is finished delivering events it can unregister its sigevent_handler by calling this function.
BPS_SUCCESS if the sigevent_handler was unregistered from the active channel, BPS_FAILURE with errno set to an appropriate error code otherwise.