C# Class RemoteViewing.Vnc.Server.VncFramebufferCache

Caches the VncFramebuffer pixel data and updates them as new VncFramebuffer commands are received.
Mostrar archivo Open project: qmfrederik/remoteviewing Class Usage Examples

Public Methods

Method Description
RespondToUpdateRequest ( VncServerSession session ) : bool

Responds to a VncServerSession update request.

VncFramebufferCache ( VncFramebuffer framebuffer ) : System

Initializes a new instance of the VncFramebufferCache class.

Method Details

RespondToUpdateRequest() public method

Responds to a VncServerSession update request.
public RespondToUpdateRequest ( VncServerSession session ) : bool
session VncServerSession /// The session on which the update request was received. ///
return bool

VncFramebufferCache() public method

Initializes a new instance of the VncFramebufferCache class.
public VncFramebufferCache ( VncFramebuffer framebuffer ) : System
framebuffer VncFramebuffer /// The to cache. ///
return System