nl::Weave::Profiles::Security::CASE::BeginSessionResponseContext

#include <src/lib/profiles/security/WeaveCASE.h>

CASE の beginSessionRequest メッセージの生成または処理に関連するコンテキスト情報を保持します。

概要

継承

継承元: nl::Weave::Profiles::Security::CASE::BeginSessionContext

パブリック属性

KeyConfirmHash
const uint8_t *
KeyConfirmHashLength
uint8_t

パブリック関数

DecodeHead(PacketBuffer *msgBuf)
EncodeHead(PacketBuffer *msgBuf)
HeadLength(void)
uint16_t
Reset(void)
void

パブリック属性

KeyConfirmHash

const uint8_t * KeyConfirmHash

KeyConfirmHashLength

uint8_t KeyConfirmHashLength

パブリック関数

DecodeHead

WEAVE_ERROR DecodeHead(
  PacketBuffer *msgBuf
)

EncodeHead

WEAVE_ERROR EncodeHead(
  PacketBuffer *msgBuf
)

HeadLength

uint16_t HeadLength(
  void
)

リセット

void Reset(
  void
)