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
TypeDirectionArgument NameDescription
voidN/A

Returns

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


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
TypeDirectionArgument NameDescription
uint8_tN/Aendpoint

Endpoint.

Returns

  • Number of groups.


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
TypeDirectionArgument NameDescription
voidN/A

Note

  • The first element is group 2.

Returns

  • Address of first element in root device group array.