comm_prot_free()
#
Free resources associated with a registered communication protocol.
Prototype
PUBLIC int comm_prot_free(
const char *protocol_name
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The name of the communication protocol to free. |
Return Value
Returns 0
on success, or a negative value on failure.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples