Z-Wave Protocol Controller Reference

Structure holding information about the source and destination when transmitting and receiving Z-Wave frames. More...

#include <zwave_controller_connection_info.h>

Collaboration diagram for zwave_controller_connection_info:

Public Attributes

zwave_controller_endpoint_t local
 
zwave_controller_endpoint_t remote
 
zwave_controller_encapsulation_scheme_t encapsulation
 

Detailed Description

Structure holding information about the source and destination when transmitting and receiving Z-Wave frames.

Member Data Documentation

◆ encapsulation

zwave_controller_encapsulation_scheme_t zwave_controller_connection_info::encapsulation

The encapsulation used by the sender. When transmitting the sender is this device.

◆ local

zwave_controller_endpoint_t zwave_controller_connection_info::local

Local end of this connection, ie this device

◆ remote

zwave_controller_endpoint_t zwave_controller_connection_info::remote

remote end of this connection, ie not this device.


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