imaqIOPulseDispose

NI-IMAQ I/O C Function

imaqIOPulseDispose

Format

rval = imaqIOPulseDispose(IMAQIO_SESSION id, IMAQIO_PULSE_ID PulseID);

Purpose

Disposes of a pulse ID, relinquishing its resources.

Parameters

Name Type Direction
id IMAQIO_SESSION input
PulseID IMAQIO_PULSE_ID input

Parameter Discussion

id is the ID of the session to dispose a pulse on.

PulseID is the pulse to dispose of.

Return Value

This function returns 0 on success. On failure, this function returns an error code. For information about the error code, call imaqIOGetErrorText.