Z-Wave Protocol Controller Reference
Z-Wave Tx Incoming frames

Small module that helps keeping track of incoming frames from remote NodeIDs. More...

Collaboration diagram for Z-Wave Tx Incoming frames:

Classes

struct  incoming_frame_item_compare
 Comparion function for zwave_tx_incoming_frame_item_t objects. More...
 
class  zwave_tx_incoming_frames
 

Typedefs

using number_of_frames_t = uint8_t
 
using zwave_tx_incoming_frame_item_t = zwave_tx_incoming_frame_item { zwave_node_id_t node_id
 Keeps track of NodeIDs and their expected spontaneous frames. More...
 

Variables

number_of_frames_t incoming_frames
 

Detailed Description

Small module that helps keeping track of incoming frames from remote NodeIDs.

Typedef Documentation

◆ number_of_frames_t

using number_of_frames_t = uint8_t

◆ zwave_tx_incoming_frame_item_t

using zwave_tx_incoming_frame_item_t = zwave_tx_incoming_frame_item { zwave_node_id_t node_id

Keeps track of NodeIDs and their expected spontaneous frames.

Variable Documentation

◆ incoming_frames

number_of_frames_t incoming_frames