OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


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

Group IP_SocketHandling.Socket_Primitives

Declared in module IP_ASP_TypeDefs


Data Types Summary
IP_CtrlRequest_Type
IP_DataRequest_Type
IP_CtrlIndication_Type
IP_DataIndication_Type

Details

IP_CtrlRequest_Type
type union IP_CtrlRequest_Type {
TCP_CtrlRequest_Type        TCP,
UDP_CtrlRequest_Type        UDP,
ICMP_CtrlRequest_Type       ICMP
  }

Declared in group IP_SocketHandling.Socket_Primitives

IP_DataRequest_Type
type union IP_DataRequest_Type {
TCP_DataRequest_Type        TCP,
UDP_DataRequest_Type        UDP,
ICMP_DataRequest_Type       ICMP
  }

Declared in group IP_SocketHandling.Socket_Primitives

IP_CtrlIndication_Type
type union IP_CtrlIndication_Type {
TCP_CtrlIndication_Type     TCP,
UDP_CtrlIndication_Type     UDP,
ICMP_CtrlIndication_Type    ICMP,
IP_SocketError_Type         Error
  }

Declared in group IP_SocketHandling.Socket_Primitives

IP_DataIndication_Type
type union IP_DataIndication_Type {
TCP_DataIndication_Type     TCP,
UDP_DataIndication_Type     UDP,
ICMP_DataIndication_Type    ICMP
  }

Declared in group IP_SocketHandling.Socket_Primitives