LibVNCServer/LibVNCClient
|
app data (belongs into rfbClient?) More...
#include <rfbclient.h>
Data Fields | |
rfbBool | shareDesktop |
rfbBool | viewOnly |
const char * | encodingsString |
rfbBool | useBGR233 |
int | nColours |
rfbBool | forceOwnCmap |
rfbBool | forceTrueColour |
int | requestedDepth |
int | compressLevel |
int | qualityLevel |
rfbBool | enableJPEG |
rfbBool | useRemoteCursor |
rfbBool | palmVNC |
use palmvnc specific SetScale (vs ultravnc) More... | |
int | scaleSetting |
0 means no scale set, else 1/scaleSetting More... | |
app data (belongs into rfbClient?)
Definition at line 121 of file rfbclient.h.
int compressLevel |
Definition at line 133 of file rfbclient.h.
rfbBool enableJPEG |
Definition at line 135 of file rfbclient.h.
const char* encodingsString |
Definition at line 125 of file rfbclient.h.
rfbBool forceOwnCmap |
Definition at line 129 of file rfbclient.h.
rfbBool forceTrueColour |
Definition at line 130 of file rfbclient.h.
int nColours |
Definition at line 128 of file rfbclient.h.
rfbBool palmVNC |
use palmvnc specific SetScale (vs ultravnc)
Definition at line 137 of file rfbclient.h.
int qualityLevel |
Definition at line 134 of file rfbclient.h.
int requestedDepth |
Definition at line 131 of file rfbclient.h.
int scaleSetting |
0 means no scale set, else 1/scaleSetting
Definition at line 138 of file rfbclient.h.
rfbBool shareDesktop |
Definition at line 122 of file rfbclient.h.
rfbBool useBGR233 |
Definition at line 127 of file rfbclient.h.
rfbBool useRemoteCursor |
Definition at line 136 of file rfbclient.h.
rfbBool viewOnly |
Definition at line 123 of file rfbclient.h.