Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DirectUdpListener

class DirectUdpListener

Listener used to receive incoming UDP connections

For more information, see vnc_DirectUdpListener in the C API documentation.

Implements

Nested classes

Constructor summary

Modifier and Type Method and Description

DirectUdpListener(Int32 port, String addressList, ConnectionHandler connectionHandler, DirectUdpListener.Callback callback)

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

Method summary

Modifier and Type Method and Description
void

DirectUdpListener.Dispose()

Destroys the UDP listener.

Constructors

DirectUdpListener (Int32 port, String addressList, ConnectionHandler connectionHandler, DirectUdpListener.Callback callback)

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

For more information, see vnc_DirectUdpListener_create() in the C API documentation.

Methods

void DirectUdpListener.Dispose ()

Destroys the UDP listener.

For more information, see vnc_DirectUdpListener_destroy() in the C API documentation.

×