This control message is used to inform the GW that a UT wants to connect (Tagged by SatControlMsgTag with type value SAT_LOGON_CTRL_MSG). More...
#include "satellite-control-message.h"
Public Member Functions | |
| SatLogonMessage () | |
| Constructor for SatLogonMessage. | |
| ~SatLogonMessage () | |
| Destructor for SatLogonMessage. | |
| 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 GW that a UT wants to connect (Tagged by SatControlMsgTag with type value SAT_LOGON_CTRL_MSG).
Definition at line 994 of file satellite-control-message.h.
| ns3::SatLogonMessage::SatLogonMessage | ( | ) |
Constructor for SatLogonMessage.
Definition at line 850 of file satellite-control-message.cc.
| ns3::SatLogonMessage::~SatLogonMessage | ( | ) |
Destructor for SatLogonMessage.
Definition at line 855 of file satellite-control-message.cc.
|
inlinevirtual |
Get type of the message.
Implements ns3::SatControlMessage.
Definition at line 1017 of file satellite-control-message.h.
References ns3::SatControlMsgTag::SAT_LOGON_CTRL_MSG.
|
virtual |
Get real size of the message.
Implements ns3::SatControlMessage.
Definition at line 861 of file satellite-control-message.cc.
|
static |
methods derived from base classes
Definition at line 842 of file satellite-control-message.cc.
References ns3::SatControlMessage::SatControlMessage().