LibVNCServer/LibVNCClient
|
#include <rfbclient.h>
Data Fields | |
int * | encodings |
rfbBool(* | handleEncoding )(rfbClient *cl, rfbFramebufferUpdateRectHeader *rect) |
returns TRUE if the encoding was handled More... | |
rfbBool(* | handleMessage )(rfbClient *cl, rfbServerToClientMsg *message) |
returns TRUE if it handled the message More... | |
struct _rfbClientProtocolExtension * | next |
uint32_t const * | securityTypes |
rfbBool(* | handleAuthentication )(rfbClient *cl, uint32_t authScheme) |
returns TRUE if it handled the authentication More... | |
Definition at line 679 of file rfbclient.h.
int* encodings |
Definition at line 680 of file rfbclient.h.
returns TRUE if it handled the authentication
Definition at line 690 of file rfbclient.h.
rfbBool(* handleEncoding) (rfbClient *cl, rfbFramebufferUpdateRectHeader *rect) |
returns TRUE if the encoding was handled
Definition at line 682 of file rfbclient.h.
rfbBool(* handleMessage) (rfbClient *cl, rfbServerToClientMsg *message) |
returns TRUE if it handled the message
Definition at line 685 of file rfbclient.h.
struct _rfbClientProtocolExtension* next |
Definition at line 687 of file rfbclient.h.
uint32_t const* securityTypes |
Definition at line 688 of file rfbclient.h.