Chapter 2 Function Reference — Get_NI_DAQ_Version
©
National Instruments Corporation 2-197 NI-DAQ FRM for PC Compatibles
Get_NI_DAQ_Version
Format
status = Get_NI_DAQ_Version (version)
Purpose
Returns the version number of the NI-DAQ library.
Parameter
Output
Using This Function
Get_NI_DAQ_Version returns a 4-byte value in the version parameter. The upper two
bytes are reserved and the lower two bytes contain the version number. Always bitwise and
the 4-byte value with the hexadecimal value FFFF before using the version number. For
version 6.0, the lower 2-byte value is the hexadecimal value 600.
Note
C Programmers—version is a pass-by-reference parameter.
Name Type Description
version u32 version number assigned