LibVNCServer/LibVNCClient
Data Fields
rfbClientProtocolExtension Struct Reference

#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...
 

Detailed Description

Definition at line 679 of file rfbclient.h.

Field Documentation

◆ encodings

int* encodings

Definition at line 680 of file rfbclient.h.

◆ handleAuthentication

rfbBool(* handleAuthentication) (rfbClient *cl, uint32_t authScheme)

returns TRUE if it handled the authentication

Definition at line 690 of file rfbclient.h.

◆ handleEncoding

rfbBool(* handleEncoding) (rfbClient *cl, rfbFramebufferUpdateRectHeader *rect)

returns TRUE if the encoding was handled

Definition at line 682 of file rfbclient.h.

◆ handleMessage

rfbBool(* handleMessage) (rfbClient *cl, rfbServerToClientMsg *message)

returns TRUE if it handled the message

Definition at line 685 of file rfbclient.h.

◆ next

struct _rfbClientProtocolExtension* next

Definition at line 687 of file rfbclient.h.

◆ securityTypes

uint32_t const* securityTypes

Definition at line 688 of file rfbclient.h.


The documentation for this struct was generated from the following file: