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#
API#
Clear the message.
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.
N/A | endpoint | The relevant endpoint. |
This function is used to manually inactivate or clear the message.
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.
N/A | endpoint | The relevant endpoint. |
67
of file app/framework/plugin/messaging-client/messaging-client.h
emberAfPluginMessagingClientConfirmMessage#
EmberAfStatus emberAfPluginMessagingClientConfirmMessage (uint8_t endpoint)
Confirm a message.
N/A | endpoint |
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
EMBER_ZCL_STATUS_SUCCESS if the confirmation was sent, EMBER_ZCL_STATUS_FAILURE if an error occurred, or EMBER_ZCL_STATUS_NOT_FOUND if the message does not exist.
80
of file app/framework/plugin/messaging-client/messaging-client.h