The DlnLedGetCount() function retrieves the total number of user-controlled LEDs available in the device.
DlnLedGetCount()
DLN_RESULT DlnLedGetCount( HDLN handle, uint8_t* count );
A handle to the DLN-series adapter.
A pointer to an unsigned 8-bit integer. After the function execution, this integer stores the number of user-controlled LEDs.
The function was successful.
The DlnLedGetCount() function is declared in the dln_led.h file.
dln_led.h