LibVNCServer/LibVNCClient
Data Fields
rfbColourMap Struct Reference

#include <rfb.h>

Data Fields

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

Detailed Description

Definition at line 141 of file rfb.h.

Field Documentation

◆ bytes

uint8_t* bytes

Definition at line 145 of file rfb.h.

◆ count

uint32_t count

Definition at line 142 of file rfb.h.

◆ 

union { ... } data

there have to be count*3 entries

◆ is16

rfbBool is16

is the data format short?

Definition at line 143 of file rfb.h.

◆ shorts

uint16_t* shorts

Definition at line 146 of file rfb.h.


The documentation for this struct was generated from the following file: