Developing with ZBOSS for Zigbee
zb_zcl_tunneling_attrs_s Struct Reference

Tunneling cluster attributes. More...

#include <zb_zcl_tunneling.h>

Data Fields

zb_uint16_t close_tunnel_timeout
 CloseTunnelTimeout defines the minimum number of seconds that the server waits on an inactive tunnel before closing it on its own and freeing its resources (without waiting for the CloseTunnel command from the client). Inactive means here that the timer is re-started with each new reception of a command.0x0000 is an invalid value. More...
 

Detailed Description

Tunneling cluster attributes.

Field Documentation

◆ close_tunnel_timeout

zb_uint16_t zb_zcl_tunneling_attrs_s::close_tunnel_timeout

CloseTunnelTimeout defines the minimum number of seconds that the server waits on an inactive tunnel before closing it on its own and freeing its resources (without waiting for the CloseTunnel command from the client). Inactive means here that the timer is re-started with each new reception of a command.0x0000 is an invalid value.

See also
ZB_ZCL_TUNNELING_CLOSE_TUNNEL_TIMEOUT_MIN_VALUE
ZB_ZCL_TUNNELING_CLOSE_TUNNEL_TIMEOUT_DEFAULT_VALUE
ZB_ZCL_ATTR_TUNNELING_CLOSE_TUNNEL_TIMEOUT_ID

The documentation for this struct was generated from the following file: