This section describes the LED functions. They are used to control and monitor the LED module of a DLN-series adapter.
Actual control of the device is due to use of commands and responses. Each function utilizes respective commands and responses. You can send such commands directly if necessary.
- DlnLedGetCount()
Retrieves the total number of user-controlled LEDs
- DlnLedSetState()
Configures the LED state.
- DlnLedGetState()
Retrieves the current LED state.
All the functions are declared in the dln_led.h
file.