Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DirectTcpListener

class vncsdk.DirectTcpListener

Listener used to receive incoming TCP connections

Constructor Summary

Modifier and Type Method and Description

__init__(port, address_list, connection_handler, callback)

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

Method Summary

Modifier and Type Method and Description

destroy()

Destroys the TCP listener.

Constructor

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

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

For more information, see vnc_DirectTcpListener_create().

Parameters:

Methods

DirectTcpListener.destroy()

Destroys the TCP listener.

For more information, see vnc_DirectTcpListener_destroy().

×