Ejemplo n.º 1
0
 public static extern byte rfbProcessEvents(RfbScreenInfoPtr screenInfo, long usec);
Ejemplo n.º 2
0
 public static extern byte rfbIsActive(RfbScreenInfoPtr screenInfo);
Ejemplo n.º 3
0
 public static extern void rfbRunEventLoop(RfbScreenInfoPtr screenInfo, long usec, byte runInBackground);
Ejemplo n.º 4
0
 public static extern void rfbMarkRectAsModified(RfbScreenInfoPtr rfbScreen, int x1, int y1, int x2, int y2);
Ejemplo n.º 5
0
 public static extern void rfbNewFramebuffer(RfbScreenInfoPtr rfbScreen, void *framebuffer, int width, int height, int bitsPerSample, int samplesPerPixel, int bytesPerPixel);
Ejemplo n.º 6
0
 public static extern void rfbInitServerWithPthreadsAndZRLE(RfbScreenInfoPtr rfbScreen);
Ejemplo n.º 7
0
 public static extern void rfbInitServerWithoutPthreadsButWithZRLE(RfbScreenInfoPtr rfbScreen);