Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
291 f9daq 1
[SiTCPinit]
2
Class="Function"
3
Prototype="void SiTCPinit();"
4
 
5
[SiTCPclose]
6
Class="Function"
7
Prototype="void SiTCPclose();"
8
 
9
[SiTCPSetIPPort]
10
Class="Function"
11
Prototype="int SiTCPSetIPPort(char *IpAddr, unsigned int tcp, unsigned int udp);"
12
 
13
[SiTCPCreateTCPSock]
14
Class="Function"
15
Prototype="int SiTCPCreateTCPSock();"
16
 
17
[SiTCPCreateUDPSock]
18
Class="Function"
19
Prototype="int SiTCPCreateUDPSock();"
20
 
21
[SiTCPCloseUDPSock]
22
Class="Function"
23
Prototype="int SiTCPCloseUDPSock();"
24
 
25
[SiTCPCloseTCPSock]
26
Class="Function"
27
Prototype="int SiTCPCloseTCPSock();"
28
 
29
[SiTCPRBCPskeleton]
30
Class="Function"
31
Prototype="void SiTCPRBCPskeleton(unsigned char type, unsigned char command, unsigned char id, unsigned char length, unsigned int address);"
32
 
33
[SiTCPrcvRBCP_ACK]
34
Class="Function"
35
Prototype="int SiTCPrcvRBCP_ACK(int output);"
36
 
37
[SiTCPGetTCPSock]
38
Class="Function"
39
Prototype="int SiTCPGetTCPSock();"
40
 
41
[SiTCPGetUDPSock]
42
Class="Function"
43
Prototype="int SiTCPGetUDPSock();"
44
 
45
[SiTCPGetSiTCPsndHeader]
46
Class="Function"
47
Prototype="struct bcp_header SiTCPGetSiTCPsndHeader();"
48