udpc_close()

udpc_close()#

Close a UDP communication channel.

Prototype

PUBLIC void udpc_close(
    int handle
);
        

Parameters

Key

Type

Description

handle

int

The handle of the UDP channel to close.


Return Value

No return value. This function closes the specified UDP channel.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples