beautypg.com

Daqprocesserror – Measurement Computing Data Acquisition Systems rev.10.4 User Manual

Page 275

background image

daqProcessError

Also See: daqSetDefaultErrorHandler,

daqGetLastError, daqDefaultErrorHandler

Format

daqProcessError (handle, errCode)

Purpose

daqProcessError

initiates an error for processing by the driver.

Parameter Summary

Parameter Type

Description

handle DaqHandleT

Handle to the device for which the specified error is to be processed

errCode DaqError

Pointer to a value which specifies the device error code to process

Parameter Values

handle:

obtained from the daqOpen function

errCode:

a pointer to a value ranging from 0 to 1,000

Returns

For more details on error messages refer to the Daq Error Table.

Function Usage

The daqProcessError function can be used to initiate processing for a device-defined error.

Prototypes

C/C++

daqProcessError(DaqHandleT handle, DaqError errCode);

Visual BASIC

VBdaqProcessError&(ByVal handle&, ByVal errCode&)

Program References

None


Programmer’s Manual

908794

Daq API Command Reference 4.5-45