The DlnOpenDeviceByHwType() function opens the DLN-series device defined by its type.
DlnOpenDeviceByHwType()
DLN_RESULT DlnOpenDeviceByHwType( DLN_HW_TYPE hwType, HDLN *deviceHandle );
The DLN_HW_TYPE variable that represents the hardware type value. The following values are available:
DLN_HW_TYPE
DLN_HW_TYPE_DLN5
DLN_HW_TYPE_DLN4M
DLN_HW_TYPE_DLN4S
DLN_HW_TYPE_DLN3
DLN_HW_TYPE_DLN2
DLN_HW_TYPE_DLN1
Pointer to the HDLN type variable that receives the device handle.
The function successfully opened the DLN device defined by its hardware type.
The DlnOpenDeviceByHwType() function is defined in the dln_generic.h file.
dln_generic.h