Messaging Client#

API and Callbacks for the Messaging Cluster Client Component.

Silicon Labs implementation of the Messaging client cluster. This component requires extending to display the message on the hardware display.

Modules#

Messaging Client

API#

void

Clear the message.

void

Print information about the message.

Confirm a message.

API Documentation#

sli_zigbee_af_messaging_client_clear_message#

void sli_zigbee_af_messaging_client_clear_message (uint8_t endpoint)

Clear the message.

Parameters
N/Aendpoint

The relevant endpoint.

This function is used to manually inactivate or clear the message.


Definition at line 59 of file app/framework/plugin/messaging-client/messaging-client.h

sli_zigbee_af_messaging_client_print_info#

void sli_zigbee_af_messaging_client_print_info (uint8_t endpoint)

Print information about the message.

Parameters
N/Aendpoint

The relevant endpoint.


Definition at line 67 of file app/framework/plugin/messaging-client/messaging-client.h

emberAfPluginMessagingClientConfirmMessage#

EmberAfStatus emberAfPluginMessagingClientConfirmMessage (uint8_t endpoint)

Confirm a message.

Parameters
N/Aendpoint

This function is used to confirm a message. The messaging client plugin sends the confirmation command to the endpoint on the node that sent the message.

Returns


Definition at line 80 of file app/framework/plugin/messaging-client/messaging-client.h