0.01.00
meshcop.hpp File Reference

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...
 

Detailed Description

This file includes definitions for MeshCoP.

Function Documentation

§ ComputeJoinerId()

void ot::MeshCoP::ComputeJoinerId ( const Mac::ExtAddress aEui64,
Mac::ExtAddress aJoinerId 
)

This function computes the Joiner ID from a factory-assigned IEEE EUI-64.

Parameters
[in]aEui64The factory-assigned IEEE EUI-64.
[out]aJoinerIdThe Joiner ID.

§ NewMeshCoPMessage()

Message* ot::MeshCoP::NewMeshCoPMessage ( Coap::CoapBase aCoap,
const Coap::Header aHeader 
)
inline

This function create Message for MeshCoP.