OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| IP_CtrlRequest_Type | |
| IP_DataRequest_Type | |
| IP_CtrlIndication_Type | |
| IP_DataIndication_Type | |
type union IP_CtrlRequest_Type {
TCP_CtrlRequest_Type TCP,
UDP_CtrlRequest_Type UDP,
ICMP_CtrlRequest_Type ICMP
}
type union IP_DataRequest_Type {
TCP_DataRequest_Type TCP,
UDP_DataRequest_Type UDP,
ICMP_DataRequest_Type ICMP
}
type union IP_CtrlIndication_Type {
TCP_CtrlIndication_Type TCP,
UDP_CtrlIndication_Type UDP,
ICMP_CtrlIndication_Type ICMP,
IP_SocketError_Type Error
}
type union IP_DataIndication_Type {
TCP_DataIndication_Type TCP,
UDP_DataIndication_Type UDP,
ICMP_DataIndication_Type ICMP
}