VncSharp

RfbProtocol.ReadFramebufferUpdate Method 

Reads the number of update rectangles being sent by the server. See RFB Doc v. 3.8 section 6.4.1.

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

Return Value

Returns the number of rectangles that follow.

See Also

RfbProtocol Class | VncSharp Namespace