LibVNCServer/LibVNCClient
|
#include <rfbproto.h>
Data Fields | |
uint8_t | bitsPerPixel |
uint8_t | depth |
uint8_t | bigEndian |
uint8_t | trueColour |
uint16_t | redMax |
uint16_t | greenMax |
uint16_t | blueMax |
uint8_t | redShift |
uint8_t | greenShift |
uint8_t | blueShift |
uint8_t | pad1 |
uint16_t | pad2 |
Definition at line 161 of file rfbproto.h.
uint8_t bigEndian |
Definition at line 167 of file rfbproto.h.
uint8_t bitsPerPixel |
Definition at line 163 of file rfbproto.h.
uint16_t blueMax |
Definition at line 186 of file rfbproto.h.
uint8_t blueShift |
Definition at line 202 of file rfbproto.h.
uint8_t depth |
Definition at line 165 of file rfbproto.h.
uint16_t greenMax |
Definition at line 184 of file rfbproto.h.
uint8_t greenShift |
Definition at line 200 of file rfbproto.h.
uint8_t pad1 |
Definition at line 204 of file rfbproto.h.
uint16_t pad2 |
Definition at line 205 of file rfbproto.h.
uint16_t redMax |
Definition at line 180 of file rfbproto.h.
uint8_t redShift |
Definition at line 188 of file rfbproto.h.
uint8_t trueColour |
Definition at line 173 of file rfbproto.h.