Namespace inet
UdpCloseCommand
classControl info for closing an UDP socket. To close a socket, send a message to the Udp module with kind=UDP_C_CLOSE and an UdpCloseCommand attached. The Udp module will send an UdpSocketClosedIndication answer.
See also: UdpCommandCode
Extends
Name | Type | Description |
---|---|---|
UdpControlInfo | (unknown -- not in documented files) |
Source code
// // Control info for closing an UDP socket. To close a socket, send a message // to the ~Udp module with kind=UDP_C_CLOSE and an ~UdpCloseCommand attached. // The Udp module will send an ~UdpSocketClosedIndication answer. // // @see ~UdpCommandCode // class UdpCloseCommand extends UdpControlInfo { }File: src/inet/transportlayer/contract/udp/UdpControlInfo.msg