Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
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. More... | |
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. More... | |
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. More... | |
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.
[in] | client_handle | client handle from registration API |
[out] | configChangeTracker | integer value allowing detection of configuration saved event |
OPEN_E_NONE | Tracking value returned. |
OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
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.
[in] | client_handle | client handle from registration API |
[out] | configClearTracker | integer value allowing detection of configuration cleared event |
OPEN_E_NONE | Tracking value returned. |
OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14
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.
[in] | client_handle | client handle from registration API |
[out] | configSaveTracker | integer value allowing detection of configuration saved event |
OPEN_E_NONE | Tracking value returned. |
OPEN_E_PARAM | Error in parameter passed. |
OpEN API Version: 1.14