Functions | |
void | tr_groups_client_init_cb (void) |
Callback fires when groups client cluster is initialized. | |
zb_bool_t | tr_groups_client_add_group_resp_cb (zb_uint8_t endpoint, zb_uint16_t group_id, zb_uint8_t status) |
Callback that fires on receipt of groups client cluster add group response command. | |
zb_bool_t | tr_groups_client_view_group_resp_cb (zb_uint8_t endpoint, zb_uint16_t group_id, zb_char_t *group_name, zb_uint8_t status) |
Callback that fires on receipt of groups client cluster view group response command. | |
zb_bool_t | tr_groups_client_get_group_membership_resp_cb (zb_uint8_t endpoint, zb_uint8_t capacity, zb_uint8_t group_count, zb_uint16_t *group_id_list) |
Callback that fires on receipt of groups client cluster get group membership response command. | |
zb_bool_t | tr_groups_client_remove_group_resp_cb (zb_uint8_t endpoint, zb_uint16_t group_id, zb_uint8_t status) |
Callback that fires on receipt of groups client cluster remove group response command. | |
zb_bool_t tr_groups_client_add_group_resp_cb | ( | zb_uint8_t | endpoint, |
zb_uint16_t | group_id, | ||
zb_uint8_t | status ) |
Callback that fires on receipt of groups client cluster add group response command.
endpoint | endpoint that received the command |
group_id | group id that was added |
status | resulting status |
zb_bool_t tr_groups_client_get_group_membership_resp_cb | ( | zb_uint8_t | endpoint, |
zb_uint8_t | capacity, | ||
zb_uint8_t | group_count, | ||
zb_uint16_t * | group_id_list ) |
Callback that fires on receipt of groups client cluster get group membership response command.
endpoint | endpoint that received the command |
capacity | number of group entries remaining in the groups table |
group_count | number of groups that exist |
group_id_list | list of group ids retrieved by the command |
void tr_groups_client_init_cb | ( | void | ) |
Callback fires when groups client cluster is initialized.
zb_bool_t tr_groups_client_remove_group_resp_cb | ( | zb_uint8_t | endpoint, |
zb_uint16_t | group_id, | ||
zb_uint8_t | status ) |
Callback that fires on receipt of groups client cluster remove group response command.
endpoint | endpoint that received the command |
group_id | group id that was removed |
status | resulting status |
zb_bool_t tr_groups_client_view_group_resp_cb | ( | zb_uint8_t | endpoint, |
zb_uint16_t | group_id, | ||
zb_char_t * | group_name, | ||
zb_uint8_t | status ) |
Callback that fires on receipt of groups client cluster view group response command.
endpoint | endpoint that received the command |
group_id | group id that was viewed |
group_name | group name that was viewed |
status | resulting status |