OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Group IP_SocketHandling.TCP_Socket

Declared in module IP_ASP_TypeDefs


Data Types Summary
TCP_Data_Type
InternetApplication_Type
TCP_ConnectRequest_Type
TCP_Listen_Type
TCP_CtrlRequest_Type
TCP_DataRequest_Type
TCP_CtrlIndication_Type
TCP_DataIndication_Type

Details

TCP_Data_Type
type octetstring         TCP_Data_Type;

Declared in group IP_SocketHandling.TCP_Socket

InternetApplication_Type
type enumerated InternetApplication_Type { ims, http };

Declared in group IP_SocketHandling.TCP_Socket

TCP_ConnectRequest_Type
type record TCP_ConnectRequest_Type {         
IP_SockOptList_Type         SockOptList,    
InternetApplication_Type    Application     
  }

Declared in group IP_SocketHandling.TCP_Socket

TCP_Listen_Type
type record TCP_Listen_Type {                 
IP_SockOptList_Type         SockOptList,    
InternetApplication_Type    Application     
  }

Declared in group IP_SocketHandling.TCP_Socket

TCP_CtrlRequest_Type
type union TCP_CtrlRequest_Type {
TCP_ConnectRequest_Type     ConnectReq,     
TCP_Listen_Type             Listen,         
Null_Type                   Close           
  }

Declared in group IP_SocketHandling.TCP_Socket

TCP_DataRequest_Type
type union TCP_DataRequest_Type {
TCP_Data_Type               Send            
  }

Declared in group IP_SocketHandling.TCP_Socket

TCP_CtrlIndication_Type
type union TCP_CtrlIndication_Type {
Null_Type                   ConnectCnf,     
Null_Type                   Accept,         
Null_Type                   Close,          
Null_Type                   CloseCnf        
  }

Declared in group IP_SocketHandling.TCP_Socket

TCP_DataIndication_Type
type union TCP_DataIndication_Type {
TCP_Data_Type               Recv            
  }

Declared in group IP_SocketHandling.TCP_Socket