Prosody SPRT end point: API: sm_sprt_destroy
Prototype Definition
int sm_sprt_destroy(tSMSPRTId sprt)
Parameters
- sprt
-
The SPRT end point to destroy. Must have been previously created by a call to
sm_sprt_create().
Description
Destroys an SPRT end point.
Returns
0
if call completed successfully, otherwise a standard error such as:
- ERR_SM_DEVERR - device error
This function is part of the Prosody SPRT end point API.