Z-Wave Protocol Controller Reference
LEARN_INFO Struct Reference

Learn mode state information passed by the call back function. More...

#include <zwapi_protocol_controller.h>

Collaboration diagram for LEARN_INFO:

Public Attributes

uint8_t bStatus
 Status of learn mode. More...
 
zwave_node_id_t bSource
 Node id of the node that send node info. More...
 
uint8_t * pCmd
 Pointer to Application Node information. More...
 
uint8_t bLen
 Node info length. More...
 

Detailed Description

Learn mode state information passed by the call back function.

Member Data Documentation

◆ bLen

uint8_t LEARN_INFO::bLen

Node info length.

◆ bSource

zwave_node_id_t LEARN_INFO::bSource

Node id of the node that send node info.

◆ bStatus

uint8_t LEARN_INFO::bStatus

Status of learn mode.

◆ pCmd

uint8_t* LEARN_INFO::pCmd

Pointer to Application Node information.


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