|
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 726 of file rfbclient.h.
| int* encodings |
Definition at line 727 of file rfbclient.h.
returns TRUE if it handled the authentication
Definition at line 737 of file rfbclient.h.
| rfbBool(* handleEncoding) (rfbClient *cl, rfbFramebufferUpdateRectHeader *rect) |
returns TRUE if the encoding was handled
Definition at line 729 of file rfbclient.h.
| rfbBool(* handleMessage) (rfbClient *cl, rfbServerToClientMsg *message) |
returns TRUE if it handled the message
Definition at line 732 of file rfbclient.h.
| struct _rfbClientProtocolExtension* next |
Definition at line 734 of file rfbclient.h.
| uint32_t const* securityTypes |
Definition at line 735 of file rfbclient.h.