
TX/MAM Database Protocol Manual - document version: 2.2 – Page 29
9. Finalization functions
The following function is used to close the link created with the local- or remote database with an
earlier call to cob_init() or cob_init_remote(), and clean up associated resources.
9.1 Cleaning up the library
int cob_clear( void );
Parameters
No parameters required.
Result
The result of the function is an integer with only one possible value:
Success, the library has been cleaned up.
Example
cob_clear();
return
0;
Comentarios a estos manuales