|
Z-Wave Protocol Controller Reference
|
Learn mode state information passed by the call back function. More...
#include <zwapi_protocol_controller.h>
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... | |
Learn mode state information passed by the call back function.
| uint8_t LEARN_INFO::bLen |
Node info length.
| zwave_node_id_t LEARN_INFO::bSource |
Node id of the node that send node info.
| uint8_t LEARN_INFO::bStatus |
Status of learn mode.
| uint8_t* LEARN_INFO::pCmd |
Pointer to Application Node information.