INET Framework for OMNeT++/OMNEST
inet::InterfaceDownOperation Class Reference

Lifecycle operation to bring down a network interface. More...

#include <InterfaceOperations.h>

Inheritance diagram for inet::InterfaceDownOperation:
inet::InterfaceOperationBase inet::LifecycleOperation

Additional Inherited Members

- Public Types inherited from inet::InterfaceOperationBase
enum  Stage { STAGE_LOCAL, STAGE_LAST }
 
- Public Types inherited from inet::LifecycleOperation
typedef std::map< std::string, std::string > StringMap
 
- Public Member Functions inherited from inet::InterfaceOperationBase
 InterfaceOperationBase ()
 
virtual void initialize (cModule *module, StringMap &params)
 Initialize the operation using the parameters provided in the string map. More...
 
virtual int getNumStages () const
 Returns the number of stages required by this operation. More...
 
NetworkInterfacegetInterface () const
 
- Public Member Functions inherited from inet::LifecycleOperation
 LifecycleOperation ()
 
cModule * getRootModule () const
 Returns the module the operation is initiated on. More...
 
int getCurrentStage () const
 Returns the current stage, an integer in 0..numStages-1. More...
 

Detailed Description

Lifecycle operation to bring down a network interface.


The documentation for this class was generated from the following file: