STemWin
+
0
/1 examples
SourceVu will show references to
GUI_VNC_CONTEXT
from the following samples and libraries:
Examples
STM32469I_EVAL
Demonstrations
STemWin
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin
GUI_VNC_CONTEXT
GUI_VNC_CONTEXT struct
Syntax
Show:
Summary
Declaration
from
GUI_VNC.h:122
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
Field
Declared as
GUI_VNC_CONTEXT::pDevice
GUI_DEVICE
*
GUI_VNC_CONTEXT::pNext
struct
GUI_VNC_CONTEXT
*
GUI_VNC_CONTEXT::LayerIndex
int
GUI_VNC_CONTEXT::BytesPerPixel
int
GUI_VNC_CONTEXT::BitsPerPixel
int
GUI_VNC_CONTEXT::pfSend
GUI_tSend
GUI_VNC_CONTEXT::pfReceive
GUI_tRecv
GUI_VNC_CONTEXT::pConnectInfo
void
*
GUI_VNC_CONTEXT::ServerIndex
U16
GUI_VNC_CONTEXT::x0Dirty
int
GUI_VNC_CONTEXT::y0Dirty
int
x0Dirty
,
GUI_VNC_CONTEXT::x1Dirty
int
x0Dirty
,
y0Dirty
,
GUI_VNC_CONTEXT::y1Dirty
int
x0Dirty
,
y0Dirty
,
x1Dirty
,
GUI_VNC_CONTEXT::xSize
int
GUI_VNC_CONTEXT::ySize
int
xSize
,
GUI_VNC_CONTEXT::xOrg
int
GUI_VNC_CONTEXT::yOrg
int
xOrg
,
GUI_VNC_CONTEXT::xOrgNew
int
xOrg
,
yOrg
,
GUI_VNC_CONTEXT::yOrgNew
int
xOrg
,
yOrg
,
xOrgNew
,
GUI_VNC_CONTEXT::ClientSupportsHextile
char
GUI_VNC_CONTEXT::IsBigEndian
char
GUI_VNC_CONTEXT::OrgLock
char
GUI_VNC_CONTEXT::BkFlag
char
GUI_VNC_CONTEXT::pBuffer
U8
*
GUI_VNC_CONTEXT::SizeOfBuffer
unsigned
GUI_VNC_CONTEXT::pfStoreU8
int
(
*
)
(
struct
GUI_VNC_CONTEXT
*
pContext
,
BUFFER_CB
*
pBCB
,
U8
Data
)
GUI_VNC_CONTEXT::pfStoreU16
int
(
*
)
(
struct
GUI_VNC_CONTEXT
*
pContext
,
BUFFER_CB
*
pBCB
,
U16
Data
)
GUI_VNC_CONTEXT::pfStoreU32
int
(
*
)
(
struct
GUI_VNC_CONTEXT
*
pContext
,
BUFFER_CB
*
pBCB
,
U32
Data
)
GUI_VNC_CONTEXT::pfStoreData
int
(
*
)
(
struct
GUI_VNC_CONTEXT
*
pContext
,
BUFFER_CB
*
pBCB
,
const
U8
*
pData
,
int
NumBytes
)
GUI_VNC_CONTEXT::pfFlush
int
(
*
)
(
struct
GUI_VNC_CONTEXT
*
pContext
,
BUFFER_CB
*
pBCB
)
GUI_VNC_CONTEXT::pfRead
int
(
*
)
(
struct
GUI_VNC_CONTEXT
*
pContext
,
U8
*
,
int
Len
)
Related Functions
Found 2 other functions taking a
GUI_VNC_CONTEXT
argument:
Function
Description
GUI_VNC_AttachToLayer()
Public Functions
GUI_VNC_Process()
Examples
GUI_VNC_CONTEXT
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out