Function GenieNode_free

Function Documentation

Genie_Status_t GenieNode_free(const GenieNode_Handle_t nodeHandle)

A function to free a node.

Parameters

nodeHandle[in] A node 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.