OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


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

Group IP_SocketHandling.UDP_Socket

Declared in module IP_ASP_TypeDefs


Data Types Summary
UDP_SocketReq_Type
UDP_CtrlRequest_Type
UDP_DataRequest_Type
UDP_CtrlIndication_Type
UDP_DataIndication_Type

Details

UDP_SocketReq_Type
type record UDP_SocketReq_Type {              
IP_SockOptList_Type         SockOptList     
  }

Declared in group IP_SocketHandling.UDP_Socket

UDP_CtrlRequest_Type
type union UDP_CtrlRequest_Type {
UDP_SocketReq_Type          SocketReq,      
Null_Type                   Close           
  }

Declared in group IP_SocketHandling.UDP_Socket

UDP_DataRequest_Type
type union UDP_DataRequest_Type {
   Datagram_DL_Type             SendTo          
  }

Declared in group IP_SocketHandling.UDP_Socket

UDP_CtrlIndication_Type
type union UDP_CtrlIndication_Type {
Null_Type                   SocketCnf       
  }

Declared in group IP_SocketHandling.UDP_Socket

UDP_DataIndication_Type
type union UDP_DataIndication_Type {
Datagram_UL_Type            RecvFrom        
  }

Declared in group IP_SocketHandling.UDP_Socket