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 MessageReceived delegate. |
Constructors¶
-
MessagingManager.Callback
(MessagingManager.Callback.MessageReceivedType a)¶ Initializes a new Callback class instance.
For more information, see
vnc_MessagingManager_Callback()
in the C API documentation.
Methods¶
-
void
MessagingManager.Callback.OnMessageReceived
(MessagingManager a, Connection b, ImmutableDataBuffer c)¶ Handles the MessageReceived event. By default, calls the MessageReceived delegate.