Learn how to evaluate and integrate the VNC SDK
MessagingManager¶
-
class MessagingManager¶ Enables a Viewer or Server to send custom messages.
For more information, see
vnc_MessagingManagerin the C API documentation.
Nested classes¶
Method summary
| Modifier and Type | Method and Description |
|---|---|
void |
Registers a callback notifying when messages are received. |
void |
Sends a message. |
Methods¶
-
void
MessagingManager.SetCallback(MessagingManager.Callback callback)¶ Registers a callback notifying when messages are received.
For more information, see
vnc_MessagingManager_setCallback()in the C API documentation.
-
void
MessagingManager.SendMessage(Byte[] buffer, Connection connection)¶ Sends a message.
For more information, see
vnc_MessagingManager_sendMessage()in the C API documentation.