|
Z-Wave Protocol Controller Reference
|
#include "sl_status.h"#include "zwave_command_class_association_internals.h"#include "zwave_controller_types.h"#include "ZW_classcmd.h"Go to the source code of this file.
Classes | |
| struct | association_group_name_report_frame |
| struct | association_group_info_report_frame |
| struct | association_group_command_list_report_frame |
Macros | |
| #define | MAX_SUPPORTED_NODES_PER_GROUP 10 |
| How many groups do we support. More... | |
| #define | NUMBER_OF_SUPPORTED_GROUPS 1 |
| #define | AGI_NA_PROFILE 0x0000 |
| Lifeline Group ID. More... | |
| #define | LIFELINE_GROUP_ID 1 |
| #define | AGI_LIFELINE_PROFILE 0x0001 |
| #define | LIFELINE_NAME "Lifeline" |
| #define | AGI_RESERVED_PROFILE 0xFFFF |
| #define | AGI_INFO_REPORT_GROUP_COUNT_MASK 0x3F |
| Frame parsing defines. More... | |
| #define | MAX_GROUP_NAME_SIZE ATTRIBUTE_STORE_MAXIMUM_VALUE_LENGTH |
Typedefs | |
| typedef uint32_t | agi_profile_t |
| typedef struct association_group_name_report_frame | association_group_name_report_frame_t |
| typedef struct association_group_info_report_frame | association_group_info_report_frame_t |
| typedef struct association_group_command_list_report_frame | association_group_command_list_report_frame_t |