udpc_end()
#
Shut down the UDP communication system.
Prototype
PUBLIC void udpc_end(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
No return value. This function shuts down and cleans up resources used by the UDP communication system.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples