Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

MessagingManager

class MessagingManager

Enables a Viewer or Server to send custom messages.

For more information, see vnc_MessagingManager in the C API documentation.

Nested classes

Method summary

Modifier and Type Method and Description
void

MessagingManager.SetCallback(MessagingManager.Callback callback)

Registers a callback notifying when messages are received.

void

MessagingManager.SendMessage(Byte buffer, Connection connection)

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.

×