Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
open_error_t | openapiISSUClientDeRegister (openapiClientHandle_t *client_handle) |
Deregister for ISSU events and gets last ISSU reset status. More... | |
open_error_t | openapiISSUClientReady (openapiClientHandle_t *client_handle) |
OpenAPI app is done with restoring data and ready for HW reconciliation. More... | |
open_error_t | openapiISSUClientRegister (openapiClientHandle_t *client_handle, uint32_t *issuWarmRestart) |
Register for ISSU events and gets last ISSU reset status. More... | |
open_error_t | openapiISSUClientStateSaved (openapiClientHandle_t *client_handle) |
Indicates that OpenAPI app is done with ISSU saving. More... | |
open_error_t | openapiIssuStartGet (openapiClientHandle_t *client_handle, uint32_t *issuStart) |
Indicates whether ISSU save has started. More... | |