38 #ifndef OPENAPI_CONFIG_H_INCLUDED
39 #define OPENAPI_CONFIG_H_INCLUDED
64 uint32_t *configChangeTracker);
88 uint32_t *configSaveTracker);
111 uint32_t *configClearTracker);
open_error_t
OPEN uses these enumerators to indicate the error codes.
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 ...
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 runn...
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 ...