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

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

Holds context information related to the generation or processing of a CASE BeginSessionRequest message.

Summary

Inheritance

Inherits from: nl::Weave::Profiles::Security::CASE::BeginSessionContext

Public attributes

KeyConfirmHash
const uint8_t *
KeyConfirmHashLength
uint8_t

Public functions

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

Public attributes

KeyConfirmHash

const uint8_t * KeyConfirmHash

KeyConfirmHashLength

uint8_t KeyConfirmHashLength

Public functions

DecodeHead

WEAVE_ERROR DecodeHead(
  PacketBuffer *msgBuf
)

EncodeHead

WEAVE_ERROR EncodeHead(
  PacketBuffer *msgBuf
)

HeadLength

uint16_t HeadLength(
  void
)

Reset

void Reset(
  void
)