ledi

The purpose of this module is to implement platform properties of the Led OID.

There are only two functions which you must implement:

onlp_ledi_hdr_get()

This returns the oid header for the given led oid.

onlp_ledi_info_get()

This returns the full information structure for the led. This includes the capability flags and current mode of the LED if applicable.

Ledi Set Functions

If the SET capability flags are set by onlp_ledi_info_get() then the onlp_ledi_*_set functions should be available and functional. They will not be called unless the capabilities are reported.

Ledi Documentation


Return to APIs