Learn how to evaluate and integrate the VNC SDK
DirectUdpConnector¶
-
class DirectUdpConnector
¶ Connector used to make outgoing UDP connections
For more information, see
vnc_DirectUdpConnector
in the C API documentation.
Implements¶
Constructor summary
Modifier and Type | Method and Description |
---|---|
Creates a new UDP Connector which is used to make outgoing connections to UDP listeners. |
Method summary
Modifier and Type | Method and Description |
---|---|
void |
Destroys the UDP Connector. |
void |
Begins an outgoing UDP connection to the given hostname or IP address. |
Constructors¶
-
DirectUdpConnector
()¶ Creates a new UDP Connector which is used to make outgoing connections to UDP listeners.
For more information, see
vnc_DirectUdpConnector_create()
in the C API documentation.
Methods¶
-
void
DirectUdpConnector.Dispose
()¶ Destroys the UDP Connector.
For more information, see
vnc_DirectUdpConnector_destroy()
in the C API documentation.
-
void
DirectUdpConnector.Connect
(String hostOrIpAddress, Int32 port, ConnectionHandler connectionHandler)¶ Begins an outgoing UDP connection to the given hostname or IP address.
For more information, see
vnc_DirectUdpConnector_connect()
in the C API documentation.