STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Structures | Macros | Typedefs | Functions
GUI_VNC.h File Reference
#include "GUI_Private.h"
#include "GUI_Type.h"

Go to the source code of this file.

Data Structures

struct  GUI_VNC_CONTEXT
 
struct  GUI_VNC_AUTHENTICATION
 

Macros

#define GUI_VNC_NO_ERROR   0
 
#define GUI_VNC_ERROR_MISC   1
 
#define GUI_VNC_ERROR_WRONGFORMAT   2
 
#define GUI_DES_ENCRYPT   0
 
#define GUI_DES_DECRYPT   1
 

Typedefs

typedef struct GUI_VNC_CONTEXT GUI_VNC_CONTEXT
 

Functions

void GUI_VNC_SetDESKey (U8 *pKey, int Mode)
 
void GUI_VNC_DoDES (U8 *pInblock, U8 *pOutblock)
 
void GUI_VNC_AttachToLayer (GUI_VNC_CONTEXT *pContext, int LayerIndex)
 
void GUI_VNC_EnableKeyboardInput (int OnOff)
 
int GUI_VNC_GetNumConnections (void)
 
int GUI_VNC_Process (GUI_VNC_CONTEXT *pContext, GUI_tSend pfSend, GUI_tRecv pfReceive, void *pConnectInfo)
 
void GUI_VNC_RingBell (void)
 
void GUI_VNC_SetAuthentication (GUI_VNC_AUTHENTICATION *pAuthentication)
 
void GUI_VNC_SetPassword (U8 *sPassword)
 
void GUI_VNC_SetProgName (const char *sProgName)
 
void GUI_VNC_SetSize (unsigned xSize, unsigned ySize)
 
void GUI_VNC_SetLockFrame (unsigned OnOff)
 
int GUI_VNC_X_StartServer (int LayerIndex, int ServerIndex)
 
void GUI_VNC_X_getpeername (U32 *Addr)
 

Macro Definition Documentation

#define GUI_DES_DECRYPT   1

Definition at line 60 of file GUI_VNC.h.

#define GUI_DES_ENCRYPT   0

Definition at line 59 of file GUI_VNC.h.

#define GUI_VNC_ERROR_MISC   1

Definition at line 56 of file GUI_VNC.h.

#define GUI_VNC_ERROR_WRONGFORMAT   2

Definition at line 57 of file GUI_VNC.h.

#define GUI_VNC_NO_ERROR   0

Definition at line 55 of file GUI_VNC.h.

Typedef Documentation

Function Documentation

void GUI_VNC_AttachToLayer ( GUI_VNC_CONTEXT pContext,
int  LayerIndex 
)
void GUI_VNC_DoDES ( U8 pInblock,
U8 pOutblock 
)
void GUI_VNC_EnableKeyboardInput ( int  OnOff)
int GUI_VNC_GetNumConnections ( void  )
int GUI_VNC_Process ( GUI_VNC_CONTEXT pContext,
GUI_tSend  pfSend,
GUI_tRecv  pfReceive,
void *  pConnectInfo 
)
void GUI_VNC_RingBell ( void  )
void GUI_VNC_SetAuthentication ( GUI_VNC_AUTHENTICATION pAuthentication)
void GUI_VNC_SetDESKey ( U8 pKey,
int  Mode 
)
void GUI_VNC_SetLockFrame ( unsigned  OnOff)
void GUI_VNC_SetPassword ( U8 sPassword)
void GUI_VNC_SetProgName ( const char *  sProgName)
void GUI_VNC_SetSize ( unsigned  xSize,
unsigned  ySize 
)
void GUI_VNC_X_getpeername ( U32 Addr)
int GUI_VNC_X_StartServer ( int  LayerIndex,
int  ServerIndex 
)