Z-Wave Protocol Controller Reference

#include <zwave_command_class_supervision_internals.h>

Collaboration diagram for supervision_session:

Public Attributes

uint8_t session_id
 < Session ID passed as part of the Supervision Command More...
 
zwave_node_id_t node_id
 Endpoint associated with the Session ID. More...
 
zwave_endpoint_id_t endpoint_id
 Multicast Group ID used in Multicast and Singlecast follow-up frames. More...
 
zwave_multicast_group_id_t group_id
 

Detailed Description

Object containing tracking information for a Supervision Session that the ZPC carries out

Member Data Documentation

◆ endpoint_id

zwave_endpoint_id_t supervision_session::endpoint_id

Multicast Group ID used in Multicast and Singlecast follow-up frames.

◆ group_id

zwave_multicast_group_id_t supervision_session::group_id

◆ node_id

zwave_node_id_t supervision_session::node_id

Endpoint associated with the Session ID.

◆ session_id

uint8_t supervision_session::session_id

< Session ID passed as part of the Supervision Command

NodeID associated with the Session ID


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