OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| UDP_SocketReq_Type | |
| UDP_CtrlRequest_Type | |
| UDP_DataRequest_Type | |
| UDP_CtrlIndication_Type | |
| UDP_DataIndication_Type | |
type record UDP_SocketReq_Type {
IP_SockOptList_Type SockOptList
}
type union UDP_CtrlRequest_Type {
UDP_SocketReq_Type SocketReq,
Null_Type Close
}
type union UDP_DataRequest_Type {
Datagram_DL_Type SendTo
}
type union UDP_CtrlIndication_Type {
Null_Type SocketCnf
}
type union UDP_DataIndication_Type {
Datagram_UL_Type RecvFrom
}