|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.4.4.5
|
#include "openapi_common.h"Go to the source code of this file.
Functions | |
| open_error_t | openapiConfigChangeTrackerGet (openapiClientHandle_t *client_handle, uint32_t *configChangeTracker) |
| Gets the value of a tracking variable whose value changes when there is a change to the switch's running configuration. | |
| open_error_t | openapiConfigClearTrackerGet (openapiClientHandle_t *client_handle, uint32_t *configClearTracker) |
| Gets the value of a tracking variable whose value changes when the switch's running configuration is cleared. | |
| open_error_t | openapiConfigSaveTrackerGet (openapiClientHandle_t *client_handle, uint32_t *configSaveTracker) |
| Gets the value of a tracking variable whose value changes when the switch's running configuration is saved to startup configuration. | |