Configuration of CC Association Group Information#

Modules#

cc_agi_group_t

cc_agi_config_t

Functions#

Returns the address of the first element in the configuration array.

uint8_t

Returns the number of configured groups for a given endpoint.

Returns the address of the first element in the array of root device groups.

Function Documentation#

cc_agi_get_config#

const cc_agi_config_t * cc_agi_get_config (void)

Returns the address of the first element in the configuration array.

Parameters
N/A

Returns

  • Address of the first element in the CC AGI configuration.


Definition at line 44 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/Association/inc/cc_agi_config_api.h

cc_agi_config_get_group_count_by_endpoint#

uint8_t cc_agi_config_get_group_count_by_endpoint (uint8_t endpoint)

Returns the number of configured groups for a given endpoint.

Parameters
N/Aendpoint

Endpoint.

Returns

  • Number of groups.


Definition at line 51 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/Association/inc/cc_agi_config_api.h

cc_agi_get_rootdevice_groups#

const cc_agi_group_t * cc_agi_get_rootdevice_groups (void)

Returns the address of the first element in the array of root device groups.

Parameters
N/A

Note

  • The first element is group 2.

Returns

  • Address of first element in root device group array.


Definition at line 60 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/Association/inc/cc_agi_config_api.h