Z-Wave Protocol Controller Reference
ZPC Attribute Resolver Group Send

Transmit messages to multiple destinations at once. More...

Collaboration diagram for ZPC Attribute Resolver Group Send:

Functions

sl_status_t zpc_attribute_resolver_group_init ()
 Initializes the resolver group sub-component. More...
 
int zpc_attribute_resolver_group_teardown ()
 Teardown the resolver group sub-component. More...
 
sl_status_t zpc_attribute_resolver_send_group (attribute_store_node_t node)
 Verifies if the node can be part of a multicast transmission, and if yes, trigger it. More...
 
void zpc_attribute_resolver_group_state_log ()
 Helper function that logs the state of the resolver group component. More...
 

Detailed Description

Transmit messages to multiple destinations at once.

Function Documentation

◆ zpc_attribute_resolver_group_init()

sl_status_t zpc_attribute_resolver_group_init ( )

Initializes the resolver group sub-component.

Returns
SL_STATUS_OK if successful. Any other error code otherwise.
Here is the caller graph for this function:

◆ zpc_attribute_resolver_group_state_log()

void zpc_attribute_resolver_group_state_log ( )

Helper function that logs the state of the resolver group component.

Print out the list of candidates and the list of pools

◆ zpc_attribute_resolver_group_teardown()

int zpc_attribute_resolver_group_teardown ( )

Teardown the resolver group sub-component.

Returns
0
Here is the caller graph for this function:

◆ zpc_attribute_resolver_send_group()

sl_status_t zpc_attribute_resolver_send_group ( attribute_store_node_t  node)

Verifies if the node can be part of a multicast transmission, and if yes, trigger it.

Parameters
nodeThe attribute store node to resolve.
Returns
SL_STATUS_NOT_SUPPORTED if the node won't be resolved with multicast transmissions. SL_STATUS_OK if the node will be resolved with multicast transmission.
Here is the caller graph for this function: