Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0d1c71664b4289941373d13c090b11399a96b401 (plain) (blame)
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
/**
 * @author generated by eTrice
 *
 * Header File of DataClass DTcpControl
 * 
 */

#ifndef _ROOM_BASIC_SERVICE_TCP_DTCPCONTROL_H_
#define _ROOM_BASIC_SERVICE_TCP_DTCPCONTROL_H_

#include "etDatatypes.h"


		
typedef struct {
	/*--------------------- attributes ---------------------*/
	 charPtr IPAddr;
	 int32 TcpPort;
} DTcpControl;



/*--------------------- operations ---------------------*/

/* deep copy */
void DTcpControl_deepCopy(DTcpControl* source, DTcpControl* target);


#endif /* _ROOM_BASIC_SERVICE_TCP_DTCPCONTROL_H_ */

Back to the top