|
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>
Public Attributes | |
| zwave_controller_endpoint_t | local |
| zwave_controller_endpoint_t | remote |
| zwave_controller_encapsulation_scheme_t | encapsulation |
Structure holding information about the source and destination when transmitting and receiving Z-Wave frames.
| zwave_controller_encapsulation_scheme_t zwave_controller_connection_info::encapsulation |
The encapsulation used by the sender. When transmitting the sender is this device.
| zwave_controller_endpoint_t zwave_controller_connection_info::local |
Local end of this connection, ie this device
| zwave_controller_endpoint_t zwave_controller_connection_info::remote |
remote end of this connection, ie not this device.