krfb
_rfbClientProtocolExtension Struct Reference
#include <rfbclient.h>
Public Attributes | |
int * | encodings |
rfbBool(* | handleEncoding )(rfbClient *cl, rfbFramebufferUpdateRectHeader *rect) |
rfbBool(* | handleMessage )(rfbClient *cl, rfbServerToClientMsg *message) |
struct _rfbClientProtocolExtension * | next |
Detailed Description
Definition at line 378 of file libvncserver/rfb/rfbclient.h.
Member Data Documentation
int* _rfbClientProtocolExtension::encodings |
Definition at line 379 of file libvncserver/rfb/rfbclient.h.
rfbBool(* _rfbClientProtocolExtension::handleEncoding)(rfbClient *cl, rfbFramebufferUpdateRectHeader *rect) |
returns TRUE if the encoding was handled
Definition at line 381 of file libvncserver/rfb/rfbclient.h.
rfbBool(* _rfbClientProtocolExtension::handleMessage)(rfbClient *cl, rfbServerToClientMsg *message) |
returns TRUE if it handled the message
Definition at line 384 of file libvncserver/rfb/rfbclient.h.
struct _rfbClientProtocolExtension* _rfbClientProtocolExtension::next |
Definition at line 386 of file libvncserver/rfb/rfbclient.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.