STemWin + 0/1 examples
CodeScope will show references to GUI_VNC_CONTEXT from the following samples and libraries:
Examples
STM32469I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...

GUI_VNC_CONTEXT struct

Syntax

typedef struct GUI_VNC_CONTEXT {   GUI_DEVICE * pDevice;   struct GUI_VNC_CONTEXT * pNext;   int LayerIndex;   int BytesPerPixel;   int BitsPerPixel;     GUI_tSend    pfSend;   GUI_tRecv    pfReceive;   void       * pConnectInfo;   U16          ServerIndex;   int x0Dirty, y0Dirty, x1Dirty, y1Dirty;   int xSize, ySize;   int xOrg, yOrg, xOrgNew, yOrgNew;   char ClientSupportsHextile;   char IsBigEndian;   char OrgLock;   char BkFlag;   U8 * pBuffer;   unsigned SizeOfBuffer;   int (* pfStoreU8)  (struct GUI_VNC_CONTEXT * pContext, BUFFER_CB * pBCB, U8 Data);   int (* pfStoreU16) (struct GUI_VNC_CONTEXT * pContext, BUFFER_CB * pBCB, U16 Data);   int (* pfStoreU32) (struct GUI_VNC_CONTEXT * pContext, BUFFER_CB * pBCB, U32 Data);   int (* pfStoreData)(struct GUI_VNC_CONTEXT * pContext, BUFFER_CB * pBCB, const U8 * pData, int NumBytes);   int (* pfFlush)    (struct GUI_VNC_CONTEXT * pContext, BUFFER_CB * pBCB);   int (* pfRead)     (struct GUI_VNC_CONTEXT * pContext, U8 *, int Len); } GUI_VNC_CONTEXT;

Fields

ServerIndex

No summary provided. Read more...

x0Dirty

No summary provided. Read more...

y0Dirty

No summary provided. Read more...

x1Dirty

No summary provided. Read more...

y1Dirty

No summary provided. Read more...

xSize

No summary provided. Read more...

ySize

No summary provided. Read more...

xOrg

No summary provided. Read more...

yOrg

No summary provided. Read more...

xOrgNew

No summary provided. Read more...

yOrgNew

No summary provided. Read more...

ClientSupportsHextile

No summary provided. Read more...

IsBigEndian

No summary provided. Read more...

OrgLock

No summary provided. Read more...

BkFlag

No summary provided. Read more...

pBuffer

No summary provided. Read more...

SizeOfBuffer

No summary provided. Read more...

pfStoreU8

No summary provided. Read more...

pfStoreU16

No summary provided. Read more...

pfStoreU32

No summary provided. Read more...

pfStoreData

No summary provided. Read more...

pfFlush

No summary provided. Read more...

pfRead

No summary provided. Read more...

pDevice

No summary provided. Read more...

pNext

No summary provided. Read more...

LayerIndex

No summary provided. Read more...

BytesPerPixel

No summary provided. Read more...

BitsPerPixel

No summary provided. Read more...

pfSend

No summary provided. Read more...

pfReceive

No summary provided. Read more...

pConnectInfo

No summary provided. Read more...

Examples

GUI_VNC_CONTEXT is referenced by 1 libraries and example projects.

References

LocationReferrerScopeText
GUI_VNC.h:122
typedef struct GUI_VNC_CONTEXT {
GUI_VNC.h:159
GUI_VNC.h:124GUI_VNC_CONTEXT::pNextGUI_VNC_CONTEXT
struct GUI_VNC_CONTEXT * pNext;
GUI_VNC.h:153GUI_VNC_CONTEXT::pfStoreU8::pContext
int (* pfStoreU8) (struct GUI_VNC_CONTEXT * pContext, BUFFER_CB * pBCB, U8 Data);
GUI_VNC.h:154GUI_VNC_CONTEXT::pfStoreU16::pContext
int (* pfStoreU16) (struct GUI_VNC_CONTEXT * pContext, BUFFER_CB * pBCB, U16 Data);
GUI_VNC.h:155GUI_VNC_CONTEXT::pfStoreU32::pContext
int (* pfStoreU32) (struct GUI_VNC_CONTEXT * pContext, BUFFER_CB * pBCB, U32 Data);
GUI_VNC.h:156GUI_VNC_CONTEXT::pfStoreData::pContext
int (* pfStoreData)(struct GUI_VNC_CONTEXT * pContext, BUFFER_CB * pBCB, const U8 * pData, int NumBytes);
GUI_VNC.h:157GUI_VNC_CONTEXT::pfFlush::pContext
int (* pfFlush) (struct GUI_VNC_CONTEXT * pContext, BUFFER_CB * pBCB);
GUI_VNC.h:158GUI_VNC_CONTEXT::pfRead::pContext
int (* pfRead) (struct GUI_VNC_CONTEXT * pContext, U8 *, int Len);
GUI_VNC.h:159GUI_VNC_CONTEXT
GUI_VNC.h:181GUI_VNC_AttachToLayer()::pContextGUI_VNC_AttachToLayer()
GUI_VNC.h:186GUI_VNC_Process()::pContextGUI_VNC_Process()
GUI_VNC.h:199#1

Type Use

Variables of GUI_VNC_CONTEXT type
GUI_VNC_CONTEXT::pfStoreU8::pContext
GUI_VNC_CONTEXT::pfStoreU16::pContext
GUI_VNC_CONTEXT::pfStoreU32::pContext
GUI_VNC_CONTEXT::pfStoreData::pContext
GUI_VNC_CONTEXT::pfFlush::pContext
GUI_VNC_CONTEXT::pfRead::pContext
#1
all items filtered out
GUI_VNC_CONTEXT
all items filtered out
GUI_VNC_CONTEXT
all items filtered out