Skip to main content

dxf_close_connection

Function dxf_close_connection 

Source
pub unsafe extern "C" fn dxf_close_connection(
    connection: dxf_connection_t,
) -> ERRORCODE
Expand description

@ingroup c-api-connection-functions

@brief Closes a connection

@details

@param[in] connection A handle of a previously created connection

@return {@link DXF_SUCCESS} on successful connection closure or {@link DXF_FAILURE} on error; {@link dxf_get_last_error} can be used to retrieve the error code and description in case of failure.