DlnGetDeviceSn()
DLN_RESULT DlnGetDeviceSn(
HDLN handle,
uint32_t* sn
);
The DlnGetDeviceSn() function retrieves the device serial number. A serial number is factory-assigned and cannot be changed.
Parameters:
- handle
- A handle to the DLN-series adapter.
- sn
- A pointer to the variable that receives the device serial number after the function execution.
This function is defined in the dln_generic.h file.
2006-2012