IP_PulseDestroy

IP_PulseDestroy — destroys a pulse.

Syntax

#include <cogent.h>

int IP_PulseDestroy(int pulse);

Arguments

pulse

A pulse ID as generated by IP_PulseNew.

Returns

0 on success, or -1 on failure and errno is set.

Description

This function destroys a pulse, cleaning up any associated resources.

See Also

Pulses and Timers, IP_PulseNew, IP_PulseDestroy