Function cwipc_encoder_free
Defined in File api.h
Function Documentation
-
void cwipc_encoder_free(cwipc_encoder *obj)
Deallocate the encoder (C interface).
Because the encoder may be used in a different implementation language or DLL than where it is implemented we do not count on refcounting and such. Call this method if you no longer need it.
- Parameters:
obj – The cwipc_encoder object.