UDPLeaveMulticastGroupsCommand

Namespace inet

UDPLeaveMulticastGroupsCommand

class

Control info for letting an UDP socket leave multicast groups. To set the option, send a message to the UDP module with kind=UDP_C_SETOPTION and an and instance of this control info class attached.

See also: UDPCommandCode

Extends

Name Type Description
UDPSetOptionCommand (unknown -- not in documented files)

Fields

Name Type Description
multicastAddr L3Address[]

Source code

//
// Control info for letting an UDP socket leave multicast groups.
// To set the option, send a message to the ~UDP module with kind=UDP_C_SETOPTION
// and an and instance of this control info class attached.
//
// @see ~UDPCommandCode
//
class UDPLeaveMulticastGroupsCommand extends UDPSetOptionCommand
{
    L3Address multicastAddr[];
}

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