This control message is used to inform the UT that it has been deconnected by GW (Tagged by SatControlMsgTag with type value SAT_LOGOFF_CTRL_MSG). More...
#include "satellite-control-message.h"
Public Member Functions | |
| SatLogoffMessage () | |
| Constructor for SatLogoffMessage. | |
| ~SatLogoffMessage () | |
| Destructor for SatLogoffMessage. | |
| SatControlMsgTag::SatControlMsgType_t | GetMsgType () const |
| Get type of the message. | |
| virtual uint32_t | GetSizeInBytes () const |
| Get real size of the message. | |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| methods derived from base classes | |
This control message is used to inform the UT that it has been deconnected by GW (Tagged by SatControlMsgTag with type value SAT_LOGOFF_CTRL_MSG).
Definition at line 1092 of file satellite-control-message.h.
| ns3::SatLogoffMessage::SatLogoffMessage | ( | ) |
Constructor for SatLogoffMessage.
Definition at line 924 of file satellite-control-message.cc.
| ns3::SatLogoffMessage::~SatLogoffMessage | ( | ) |
Destructor for SatLogoffMessage.
Definition at line 929 of file satellite-control-message.cc.
|
inlinevirtual |
Get type of the message.
Implements ns3::SatControlMessage.
Definition at line 1115 of file satellite-control-message.h.
References ns3::SatControlMsgTag::SAT_LOGOFF_CTRL_MSG.
|
virtual |
Get real size of the message.
Implements ns3::SatControlMessage.
Definition at line 935 of file satellite-control-message.cc.
|
static |
methods derived from base classes
Definition at line 916 of file satellite-control-message.cc.
References ns3::SatControlMessage::SatControlMessage().