![]() |
0.01.00
|
This file includes definitions for MeshCoP. More...
#include "openthread-core-config.h"
#include "coap/coap.hpp"
#include "common/message.hpp"
#include "mac/mac_frame.hpp"
Go to the source code of this file.
Enumerations | |
enum | { kMeshCoPMessagePriority = Message::kPriorityHigh } |
Functions | |
Message * | ot::MeshCoP::NewMeshCoPMessage (Coap::CoapBase &aCoap, const Coap::Header &aHeader) |
This function create Message for MeshCoP. More... | |
void | ot::MeshCoP::ComputeJoinerId (const Mac::ExtAddress &aEui64, Mac::ExtAddress &aJoinerId) |
This function computes the Joiner ID from a factory-assigned IEEE EUI-64. More... | |
This file includes definitions for MeshCoP.
void ot::MeshCoP::ComputeJoinerId | ( | const Mac::ExtAddress & | aEui64, |
Mac::ExtAddress & | aJoinerId | ||
) |
This function computes the Joiner ID from a factory-assigned IEEE EUI-64.
[in] | aEui64 | The factory-assigned IEEE EUI-64. |
[out] | aJoinerId | The Joiner ID. |
|
inline |
This function create Message for MeshCoP.