beautypg.com

Finalization functions, Cleaning up the library – Grass Valley K2 TX/MAM Database Protocol Manual v.2.2 User Manual

Page 29

background image

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:

Value

Description

0

Success, the library has been cleaned up.



Example

cob_clear();

return 0;