Learn how to evaluate and integrate the VNC SDK
MessagingManager.Callback¶
-
class MessagingManager.Callback
¶ Callback notifying when messages are received.
For more information, see
vnc_MessagingManager_Callback
in 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 |
---|---|
void |
Handles the MessageReceived event.
By default, calls the |
Constructors¶
-
MessagingManager.Callback
(MessagingManager.Callback.MessageReceivedType messageReceived = null)¶ Initializes a new Callback class instance.
For more information, see
vnc_MessagingManager_Callback()
in the C API documentation.
Methods¶
-
void
MessagingManager.Callback.OnMessageReceived
(MessagingManager messagingManager, Connection sender, ImmutableDataBuffer buffer)¶ Handles the MessageReceived event. By default, calls the
MessagingManager.Callback.MessageReceived
delegate.