Z-Wave Protocol Controller Reference
zwave_controller.h File Reference
Include dependency graph for zwave_controller.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void zwave_controller_set_application_nif (const uint8_t *command_classes, uint8_t command_classes_length)
 Set the application part of the node information frame (NIF). More...
 
void zwave_controller_set_secure_application_nif (const uint8_t *command_classes, uint8_t command_classes_length)
 Set the secure node information. More...
 
void zwave_controller_get_dsk (zwave_dsk_t *dsk)
 Retrieve the DSK of the controller. More...
 
void zwave_controller_reset ()
 Instructs the Z-Wave Controller to initiate a Set Default / Reset operation. More...
 
bool zwave_controller_is_reset_ongoing ()
 Tells if we are currently reseting the ZPC. More...
 
void zwave_controller_request_protocol_cc_encryption_callback (uint8_t status, const zwapi_tx_report_t *tx_info, uint8_t session_id)
 Callback function for requesting protocol Command Class encryption. More...