|
Z-Wave Protocol Controller Reference
|
#include "zwave_command_handler.h"#include "zwave_controller_connection_info.h"#include "zwave_controller.h"#include <vector>#include <set>#include <string>Go to the source code of this file.
Classes | |
| struct | zwave_command_handler_compare |
| struct | zwave_command_handler_compare_alphabetic |
Typedefs | |
| typedef std::set< zwave_command_handler_t, zwave_command_handler_compare >::iterator | zwave_command_handler_it_t |
Functions | |
| bool | supports_frame_at_security_level (zwave_command_handler_it_t it, zwave_controller_encapsulation_scheme_t scheme) |
| Verifies if a Command Class is supported at a certain Security level. More... | |
Variables | |
| zwave_controller_encapsulation_scheme_t | zpc_highest_scheme |
| std::multiset< zwave_command_handler_t, zwave_command_handler_compare > | command_handler_list |