|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.4.4.5
|
#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. | |
| open_error_t | openapiISSUClientReady (openapiClientHandle_t *client_handle) |
| OpenAPI app is done with restoring data and ready for HW reconciliation. | |
| open_error_t | openapiISSUClientRegister (openapiClientHandle_t *client_handle, uint32_t *issuWarmRestart) |
| Register for ISSU events and gets last ISSU reset status. | |
| open_error_t | openapiISSUClientStateSaved (openapiClientHandle_t *client_handle) |
| Indicates that OpenAPI app is done with ISSU saving. | |
| open_error_t | openapiIssuStartGet (openapiClientHandle_t *client_handle, uint32_t *issuStart) |
| Indicates whether ISSU save has started. | |