nl::Weave::Profiles::WeaveTunnel::ReconnectParam

#include <src/lib/profiles/weave-tunneling/WeaveTunnelConnectionMgr.h>

The reconnect policy parameters that are used to govern the way the tunnel reconnects to the Service.

Summary

Public attributes

mLastConnectError
mMinDelayToConnectSecs
uint32_t
mStatusCode
uint16_t
mStatusProfileId
uint32_t

Public functions

PopulateReconnectParam(WEAVE_ERROR mLastConnectError, uint32_t mStatusProfileId, uint16_t mStatusCode, uint32_t mMinDelayToConnectSecs)
void
Populate the fields of the ReconnectParam structure.

Public attributes

mLastConnectError

WEAVE_ERROR mLastConnectError

mMinDelayToConnectSecs

uint32_t mMinDelayToConnectSecs

mStatusCode

uint16_t mStatusCode

mStatusProfileId

uint32_t mStatusProfileId

Public functions

PopulateReconnectParam

void PopulateReconnectParam(
  WEAVE_ERROR mLastConnectError,
  uint32_t mStatusProfileId,
  uint16_t mStatusCode,
  uint32_t mMinDelayToConnectSecs
)

Populate the fields of the ReconnectParam structure.