UDPCloseCommand

Namespace inet

UDPCloseCommand

class

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.

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.
//
// @see ~UDPCommandCode
//
class UDPCloseCommand extends UDPControlInfo
{
}


File: src/inet/transportlayer/contract/udp/UDPControlInfo.msg