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
)