Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DirectTcpListener.Callback

vncsdk.DirectTcpListener.Callback

Callback for filtering incoming TCP connections.

Method Summary

Modifier and Type Method and Description
bool

filter_connection(listener, ip_address, port)

Notification to provide address-based filtering of incoming connections.

Methods

DirectTcpListener.Callback.filter_connection(listener, ip_address, port)

Notification to provide address-based filtering of incoming connections.

For more information, see vnc_DirectTcpListener_Callback::filterConnection.

Parameters:
Return type:

bool

×