Namespace inet
UdpDestroyCommand
classControl info for destroying an UDP socket. To destroy a socket, send a message to the Udp module with kind=UDP_C_DESTROY and an UdpDestroyCommand attached.
See also: UdpCommandCode
Extends
Name | Type | Description |
---|---|---|
UdpControlInfo | (unknown -- not in documented files) |
Source code
// // Control info for destroying an UDP socket. To destroy a socket, send a message // to the ~Udp module with kind=UDP_C_DESTROY and an ~UdpDestroyCommand attached. // // @see ~UdpCommandCode // class UdpDestroyCommand extends UdpControlInfo { } // // Control info that is attached to received data packets, sent up from the // ~Udp module to the application with UDP_I_DATA as message kind. // // @see ~UdpCommandCode, ~L3AddressInd, ~PortsInd //File: src/inet/transportlayer/contract/udp/UdpControlInfo.msg