DlnGetVersion()

Syntax

C/C++
  DLN_RESULT DlnGetVersion(
      HDLN handle,
      DLN_VERSION* version
   );
     

The DlnGetVersion() function retrieves the following data about the DLN-series adapter:

  • Hardware type - the type of the device (e.g. DLN-4);
  • Hardware version - the version of the hardware, used in the device;
  • Firmware version - the version of the firmware, installed in the device;
  • Server version - the version of the server;
  • Library version - the version of the DLN-library.

Parameters:

handle
A handle to the DLN-series device.
version
A pointer to a DLN_VERSION structure that receives version information after the function execution.

This function is defined in the dln_generic.h file.