AlazarGetDriverVersion#

Function Syntax#

RETURN_CODE AlazarGetDriverVersion(U8 *major, U8 *minor, U8 *revision)#

Get the device driver version of the most recently opened device.

Driver releases are given a version number with the format X.Y.Z where: X is the major release number, Y is the minor release number, and Z is the minor revision number.

Remark

To check the driver version of a specific board, instead of the most recently opened one, see AlazarGetDriverVersionEx

See

AlazarGetSDKVersion() AlazarGetCPLDVersion()

Parameters:
  • major[out] The driver major version number

  • minor[out] The driver minor version number

  • revision[out] The driver revision number

Returns:

ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.

LabVIEW Block Diagram#

../_images/AlazarGetDriverVersion.vi.png