VncSharp

RfbProtocol.ReadServerMessageType Method 

Reads the type of message being sent by the server--all messages are prefixed with a message type.

[Visual Basic]
Public Function ReadServerMessageType() As Integer
[C#]
public int ReadServerMessageType();

Return Value

Returns the message type as an integer.

See Also

RfbProtocol Class | VncSharp Namespace