Data Fields

rfbColourMap Struct Reference
[LibVNCServer API Reference]

#include <rfb.h>

Data Fields

uint32_t count
rfbBool is16
 is the data format short?
union {
   uint8_t *   bytes
   uint16_t *   shorts
data
 there have to be count*3 entries

Detailed Description

Definition at line 175 of file rfb.h.


Field Documentation

uint8_t* bytes

Definition at line 179 of file rfb.h.

uint32_t count

Definition at line 176 of file rfb.h.

union { ... } data

there have to be count*3 entries

is the data format short?

Definition at line 177 of file rfb.h.

uint16_t* shorts

Definition at line 180 of file rfb.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines