![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
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) |
| typedef struct GUI_VNC_CONTEXT GUI_VNC_CONTEXT |
| 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_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 | ||
| ) |
1.8.11