nl::Weave::WeaveSessionState

#include <src/lib/core/WeaveFabricState.h>

Przekazuje stan komunikacji wymagany do wysyłania/odbierania wiadomości z innego węzła.

Podsumowanie

Konstruktorzy i niszczyciele

WeaveSessionState(void)
WeaveSessionState(WeaveMsgEncryptionKey *msgEncKey, WeaveAuthMode authMode, MonotonicallyIncreasingCounter *nextMsgId, uint32_t *maxRcvdMsgId, ReceiveFlagsType *rcvFlags)

Typy publiczne

@49 enum | typ wyliczeniowy
ReceiveFlagsType typedef
uint16_t

Atrybuty publiczne

AuthMode
WeaveAuthMode
MsgEncKey

Funkcje publiczne

IsDuplicateMessage(uint32_t msgId)
bool
MessageIdNotSynchronized(void)
bool
NewMessageId(void)
uint32_t

Typy publiczne

@49

 @49

ReceiveFlagsType

uint16_t ReceiveFlagsType

Atrybuty publiczne

AuthMode

WeaveAuthMode AuthMode

MsgEncKey

WeaveMsgEncryptionKey * MsgEncKey

Funkcje publiczne

IsDuplicateMessage

bool IsDuplicateMessage(
  uint32_t msgId
)

MessageIdNotSynchronized

bool MessageIdNotSynchronized(
  void
)

NewMessageId

uint32_t NewMessageId(
  void
)

WeaveSessionState

 WeaveSessionState(
  void
)

WeaveSessionState

 WeaveSessionState(
  WeaveMsgEncryptionKey *msgEncKey,
  WeaveAuthMode authMode,
  MonotonicallyIncreasingCounter *nextMsgId,
  uint32_t *maxRcvdMsgId,
  ReceiveFlagsType *rcvFlags
)