Files
OpenNetworkLinux/onlp/applications/module.md
Jeffrey Townsend b432e98cd1 Update doxygen urls.
2019-01-10 07:58:18 -08:00

973 B

Modules

Module OIDs

Module OIDs represent containers for other OIDs, for example a hot-pluggable chassis module or line-card.

Module OIDs are similar to the Chassis OID as a container for dynamic children but are not restricted to a single instance, have dynamic status, and are defined by the platform.

Module Information Structure

The current status of a module is queried using onlp_module_info_get to populate the onlp_module_info_t structure.

There are no module-specific fields in this structure as it is just a dynamic container for child OIDs. Those children can then be inspected and enumerated recursively.

Module Documentation


Return to APIs