-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmre_socket.h
36 lines (31 loc) · 1.3 KB
/
mre_socket.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#ifndef _MRE_APP_WIZARDTEMPLATE_
#define _MRE_APP_WIZARDTEMPLATE_
/*****************************************************************************
mre_socket.h
*****************************************************************************/
/* ---------------------------------------------------------------------------
* GLOBAL VARIABLES
* ------------------------------------------------------------------------ */
VMINT connect_status = -1;
/* ---------------------------------------------------------------------------
* FUNCTIONS
* ------------------------------------------------------------------------ */
//mre_display_home_top_screen_ascii(VMCHAR *text);
//old mre_tcp_connection() declaration
//mre_dump_to_file
/*****************************************************************************
* FUNCTION
* mre_tcp_callback_application Declaration
*
* DESCRIPTION
* Receives various state responses of TCP connection
*
* PARAMETERS
* handle [IN] Handle of TCP connection
* event [IN} Particular state code that has been received by callback
*
* RETURNS
* VOID
*****************************************************************************/
//void mre_tcp_callback_application(VMINT handle, VMINT event);
#endif