DlnGetDeviceId()
Syntax
- C/C++
-
DLN_RESULT DlnGetDeviceId( HDLN handle, uint32_t* id );
The DlnGetDeviceId() function retrieves the device ID number.
The device ID number can be changed by a user using the DlnSetDeviceId() function.
Parameters:
- handle
- A handle to the DLN-series adapter.
- id
- A pointer to an unsigned 32-bit integer. This integer will be filled with the ID number after the function execution.
This function is defined in the dln_generic.h file.
2006-2012