The DlnOpenDeviceBySn() function opens the device defined by its serial number. A device serial number is factory-assigned and cannot be changed.
DlnOpenDeviceBySn()
DLN_RESULT DlnOpenDeviceBySn( uint32_t sn, HDLN* deviceHandle );
The serial number of the DLN-series adapter.
A pointer to the HDLN type variable that receives the device handle.
The function successfully opened the DLN device defined by serial number.
The DlnOpenDeviceBySn() function is defined in the dln_generic.h file.
dln_generic.h