DlnSetDeviceId()

Syntax

C/C++
  DLN_RESULT DlnSetDeviceId(
     HDLN handle,
     uint32_t id
  );
     

The DlnSetDeviceId() function sets a new ID number to the DLN-series adapter.

Parameters:

handle
A handle to the DLN-series adapter.
id
An ID number to be set.

This function is defined in the dln_generic.h file.