beautypg.com

Function usage, Prototypes, Program references – Measurement Computing Data Acquisition Systems rev.10.4 User Manual

Page 241

background image

Programmer’s Manual

908794

Daq API Command Reference 4.5-11


Function Usage

Passing the name of the device in the daqName parameter specifies the device. This name should be a valid name
of a configured device. The properties for the device are returned in the deviceProps parameter. The
deviceProps

parameter is a pointer to an application-allocated memory area which will hold the device-

properties structure. This memory must have been allocated before calling this function. Upon return, the memory
area pointed to by the deviceProps parameter will contain the properties for the device.

Prototypes

C/C++

daqGetDeviceProperties(LPSTR daqName, DaqDevicePropsT *deviceProps);

Visual BASIC

VBdaqGetDeviceProperties(daqName$, deviceProps as DaqDevicePropsT)

Program References

DAQADCEX01.CPP