Structure representing the reply that the network server will send this device at the first opportunity. More...
#include "lora-end-device-status.h"
Public Attributes | |
LoraFrameHeader | frameHeader |
LorawanMacHeader | macHeader |
bool | needsReply = false |
Ptr< Packet > | payload |
Structure representing the reply that the network server will send this device at the first opportunity.
Definition at line 101 of file lora-end-device-status.h.
LoraFrameHeader ns3::LoraEndDeviceStatus::Reply::frameHeader |
Definition at line 107 of file lora-end-device-status.h.
Referenced by ns3::LoraEndDeviceStatus::AddMACCommand(), ns3::LoraEndDeviceStatus::GetCompleteReplyPacket(), ns3::LoraEndDeviceStatus::GetReplyFrameHeader(), and ns3::LoraEndDeviceStatus::SetReplyFrameHeader().
LorawanMacHeader ns3::LoraEndDeviceStatus::Reply::macHeader |
Definition at line 104 of file lora-end-device-status.h.
Referenced by ns3::LoraEndDeviceStatus::GetCompleteReplyPacket(), ns3::LoraEndDeviceStatus::GetReplyMacHeader(), and ns3::LoraEndDeviceStatus::SetReplyMacHeader().
bool ns3::LoraEndDeviceStatus::Reply::needsReply = false |
Definition at line 113 of file lora-end-device-status.h.
Referenced by ns3::LoraEndDeviceStatus::InitializeReply(), and ns3::LoraEndDeviceStatus::NeedsReply().
Ptr<Packet> ns3::LoraEndDeviceStatus::Reply::payload |
Definition at line 110 of file lora-end-device-status.h.
Referenced by ns3::LoraEndDeviceStatus::GetCompleteReplyPacket(), ns3::LoraEndDeviceStatus::GetReplyPayload(), and ns3::LoraEndDeviceStatus::SetReplyPayload().