L3SocketBindCommand

Namespace inet

L3SocketBindCommand

class

(no description)

Extends

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

Fields

Name Type Description
protocol Protocol
localAddress L3Address

Source code

class L3SocketBindCommand extends L3SocketCommandBase
{
    const Protocol *protocol;
    L3Address localAddress;
}

File: src/inet/networklayer/contract/L3SocketCommand.msg