Learn how to evaluate and integrate the VNC SDK
DirectUdpListener.Callback¶
-
vncsdk.DirectUdpListener.
Callback
¶ Callback for filtering incoming UDP connections.
Method Summary¶
Modifier and Type | Method and Description |
---|---|
bool |
Notification to provide address-based filtering of incoming connections. |
Methods¶
-
DirectUdpListener.Callback.
filter_connection
(listener, ip_address, port)¶ Notification to provide address-based filtering of incoming connections.
For more information, see
vnc_DirectUdpListener_Callback::filterConnection
.Parameters: - listener (
vncsdk.DirectUdpListener
) – - ip_address (str or None) –
- port (int) –
Return type: bool
- listener (