Z-Wave Protocol Controller Reference
zwave_rust_handlers.h File Reference
#include "sl_status.h"
Include dependency graph for zwave_rust_handlers.h:

Go to the source code of this file.

Functions

sl_status_t zwave_command_class_init_rust_handlers ()
 Setup fixture for Rust Command Classes. More...
 
sl_status_t zwave_command_class_init_rust_handlers_legacy ()
 Setup fixture for Rust Command Classes - legacy edition. More...
 

Function Documentation

◆ zwave_command_class_init_rust_handlers()

sl_status_t zwave_command_class_init_rust_handlers ( )

Setup fixture for Rust Command Classes.

This setup function will call the setup/initialization functions for all command classes defined in rust. see rust project rust_command_classes

Returns
SL_STATUS_OK if successful
SL_STATUS_FAIL if an error occurred

◆ zwave_command_class_init_rust_handlers_legacy()

sl_status_t zwave_command_class_init_rust_handlers_legacy ( )

Setup fixture for Rust Command Classes - legacy edition.

This setup function will call the setup/initialization functions for all command classes defined in rust. see rust project rust_command_classes

Returns
SL_STATUS_OK if successful
SL_STATUS_FAIL if an error occurred