Prosody generic: API: sm_collector_destroy
Prototype Definition
int sm_collector_destroy(tSMCollectorId collector)
Parameters
- collector
 - 
A tSMCollectorId that has been prevously created by a call to 
sm_udp_collector_create().
 
Description
Destroys
collector
invalidating the tSMCollectorId.
Returns
0
 if call completed successfully, otherwise a standard error such as:
- ERR_SM_DEVERR - device error
 
This function is part of the Prosody generic API.