Per-screen (framebuffer) structure.
More...
#include <rfb.h>
Detailed Description
Per-screen (framebuffer) structure.
There can be as many as you wish, each serving different clients. However, you have to call rfbProcessEvents for each of these.
Definition at line 235 of file rfb.h.
Field Documentation
If rfbAuthPasswdData is given a list, this is the first view only password.
Definition at line 300 of file rfb.h.
set this if rfbServerFormat.trueColour==FALSE
Definition at line 261 of file rfb.h.
this is the amount of milliseconds to wait at least before sending an update.
Definition at line 306 of file rfb.h.
displayFinishedHook is called just after a frame buffer update
Definition at line 377 of file rfb.h.
displayHook is called just before a frame buffer update
Definition at line 342 of file rfb.h.
the frameBuffer has to be supplied by the serving process.
The buffer will not be freed by
Definition at line 327 of file rfb.h.
These hooks are called to pass keyboard state back to the client.
Definition at line 345 of file rfb.h.
handle as many input events as possible (default off)
Definition at line 364 of file rfb.h.
if TRUE, an ignoring signal handler is installed for SIGPIPE
Definition at line 353 of file rfb.h.
The port to listen on when using IPv6.
Definition at line 384 of file rfb.h.
send only this many rectangles in one update
Definition at line 303 of file rfb.h.
newClientHook is called just after a new client is created
Definition at line 340 of file rfb.h.
command line authorization of file transfers
Definition at line 374 of file rfb.h.
"Mutex" for pointer events
Definition at line 314 of file rfb.h.
if not zero, only a slice of this height is processed every time an update should be sent.
This should make working on a slow link more interactive.
Definition at line 358 of file rfb.h.
What does the server tell the new clients which version it supports.
Definition at line 370 of file rfb.h.
this structure has children that are scaled versions of this screen
Definition at line 238 of file rfb.h.
some screen specific data can be put into a struct where screenData points to.
You need this if you have more than one screen at the same time while using the same functions.
Definition at line 256 of file rfb.h.
rfbEncodingServerIdentity
Definition at line 367 of file rfb.h.
xvpHook is called to handle an xvp client message
Definition at line 379 of file rfb.h.
The documentation for this struct was generated from the following file: