Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

MessagingManager

class vncsdk.MessagingManager

Enables a Viewer or Server to send custom messages.

Method Summary

Modifier and Type Method and Description

send_message(buffer, connection)

Sends a message.

set_callback(callback)

Registers a callback notifying when messages are received.

Methods

MessagingManager.send_message(buffer, connection)

Sends a message.

For more information, see vnc_MessagingManager_sendMessage().

Parameters:
MessagingManager.set_callback(callback)

Registers a callback notifying when messages are received.

For more information, see vnc_MessagingManager_setCallback().

Parameters:callback (vncsdk.MessagingManager.Callback or None) –
×