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.

Return
ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.
See
AlazarGetSDKVersion() AlazarGetCPLDVersion()
Parameters
  • major: The driver major version number
  • minor: The driver minor version number
  • revision: The driver revision number

LabVIEW Block Diagram

../_images/AlazarGetDriverVersion.vi.png