UdpCloseCommand
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.
<b>See also:</b> ~UdpCommandCode
Extends
| Name | Type | Description |
|---|---|---|
| UdpCommandBase | (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 UdpCommandBase { }File: src/inet/transportlayer/contract/udp/UdpCommand.msg