openthread-br  0.3.0-72c0388
Classes | Enumerations
tlv.hpp File Reference
#include "openthread-br/config.h"
#include <stdint.h>
#include <string.h>

Go to the source code of this file.

Classes

class  otbr::Tlv
 

Enumerations

enum  {
  kState = 16, kCommissionerId = 10, kCommissionerSessionId = 11, kJoinerDtlsEncapsulation = 17,
  kSteeringData = 8, kJoinerUdpPort = 18, kJoinerIid = 19, kJoinerRouterLocator = 20,
  kJoinerRouterKek = 21, kUdpEncapsulation = 48, kIPv6Address = 49
}
 
enum  { kStateAccepted = 1, kStatePending = 0, kStateRejected = -1 }
 

Detailed Description

This file includes definition for Thread Management Framework(TMF) Tlv.