#include "ns3/buffer.h"
#include <array>
Go to the source code of this file.
Classes | |
class | ns3::zigbee::CapabilityInformation |
Represent the the Capability Information Bit fields See zigbe Specification r22.1.0, Table 3-62. More... | |
class | ns3::zigbee::SuperframeInformation |
Represent the Superframe Specification information field. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
namespace | ns3::zigbee |
Enumerations | |
enum | ns3::zigbee::MacDeviceType { ns3::zigbee::ENDDEVICE = 0 , ns3::zigbee::ROUTER = 1 } |
The device Type Zigbee Specification r22.1.0 (Table 3-62 or Table 3-63) More... | |
enum | ns3::zigbee::PowerSource { ns3::zigbee::OTHER_POWER_SOURCE = 0 , ns3::zigbee::MAINPOWER = 1 } |
The power source capabilities. More... | |
Variables | |
static const double | ns3::zigbee::RequestedTimeoutField [15] {0.166667, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384} |
Requested Timeout Field See Zigbee Specification r22.1.0, 3.4.11.3.1. | |