Learn how to evaluate and integrate the VNC SDK
DirectUdpListener.Callback¶
-
class DirectUdpListener.Callback¶ Callback for filtering incoming UDP connections.
For more information, see
vnc_DirectUdpListener_Callbackin the C API documentation.
Nested classes¶
Constructor summary
| Modifier and Type | Method and Description |
|---|---|
Initializes a new Callback class instance. |
Method summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
Handles the FilterConnection event.
By default, calls the |
Constructors¶
-
DirectUdpListener.Callback(DirectUdpListener.Callback.FilterConnectionType filterConnection = null)¶ Initializes a new Callback class instance.
For more information, see
vnc_DirectUdpListener_Callback()in the C API documentation.
Methods¶
-
Boolean
DirectUdpListener.Callback.OnFilterConnection(DirectUdpListener listener, String ipAddress, Int32 port)¶ Handles the FilterConnection event. By default, calls the
DirectUdpListener.Callback.FilterConnectiondelegate.