Function GenieNodeConfig_free

Function Documentation

Genie_Status_t GenieNodeConfig_free(const GenieNodeConfig_Handle_t configHandle)

A function to free a node config.

Parameters

configHandle[in] A config handle.

Returns

Status code:

  • GENIE_STATUS_SUCCESS: API call was successful.

  • GENIE_STATUS_ERROR_INVALID_HANDLE: Node handle is invalid.

  • GENIE_STATUS_ERROR_MEM_ALLOC: Memory (de)allocation failure.