tec_destroy_handle
The tec_destroy_handle function destroys the handle to the event server created by tec_create_handle, tec_create_handle_c, tec_create_EIF_handle, and tec_create_handle_r and closes any established connections.
Synopsis
void tec_destroy_handle (tec_handle_t th)
Arguments
- th
- The tec handle returned from a call to a create_handle function.
Examples
#include "tec_eeif.h"
tec_destroy_handle(th);