Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DirectUdpListener

class vncsdk.DirectUdpListener

Listener used to receive incoming UDP connections

Constructor Summary

Modifier and Type Method and Description

__init__(port, address_list, connection_handler, callback)

Begin listening for incoming UDP connections on the given port (IPv4 and IPv6).

Method Summary

Modifier and Type Method and Description

destroy()

Destroys the UDP listener.

Constructor

vncsdk.DirectUdpListener.__init__(port, address_list, connection_handler, callback)

Begin listening for incoming UDP connections on the given port (IPv4 and IPv6).

For more information, see vnc_DirectUdpListener_create().

Parameters:

Methods

DirectUdpListener.destroy()

Destroys the UDP listener.

For more information, see vnc_DirectUdpListener_destroy().

×