imaqIOGetShutdownState Method

NI-IMAQ I/O Visual Basic

imaqIOGetShutdownState Method

Syntax

imaqIOGetShutdownState id, signalType, signalNumber, value

Purpose

Gets the shutdown state of one of the output signals on the NI-IMAQ I/O device.

Parameters

id As IMAQIO_SESSION

The ID of the session to get the shutdown state for.

signalType As IMAQIOSignalType

The type of signal to get the shutdown state for.

signalNumber As Long

The line number of the signal to get the shutdown state for.

value As IMAQIOSignalState

(Output Parameter) The state of the NI-IMAQ I/O device.

Return Value

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

 


See Also

imaqIOEnableShutdown

imaqIOQueryShutdown

imaqIOSetShutdownState