UdpSocketClosedIndication
classControl info for inform app about an UDP socket closed. This is answer to an ~UdpCloseCommand.
<b>See also:</b> ~UdpCommandCode
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| UdpControlInfo | class |
Base class for UDP control info classes. The most convenient way to handle ~Udp is the UdpSocket class, which hides control info from you. |
Source code
// // Control info for inform app about an UDP socket closed. // This is answer to an ~UdpCloseCommand. // // @see ~UdpCommandCode // class UdpSocketClosedIndication extends UdpControlInfo { }File: src/inet/transportlayer/contract/udp/UdpControlInfo.msg