Plugin Commands: Messaging Client#
The messaging-client plugin contributes CLI commands to the application framework to be used for manipulating messages in a client context.
Macros#
#define
plugin messaging-client clear [endpoint:1]
#define
plugin messaging-client confirm [endpoint:1]
#define
plugin messaging-client print [endpoint:1]
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_MESSAGING_CLIENT_PLUGIN_MESSAGING_CLIENT_CLEAR#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_MESSAGING_CLIENT_PLUGIN_MESSAGING_CLIENT_CLEAR
plugin messaging-client clear [endpoint:1]
Clear the message.
endpoint - INT8U - The relevant endpoint.
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_MESSAGING_CLIENT_PLUGIN_MESSAGING_CLIENT_CONFIRM#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_MESSAGING_CLIENT_PLUGIN_MESSAGING_CLIENT_CONFIRM
plugin messaging-client confirm [endpoint:1]
Send the message confirmation.
endpoint - INT8U - The relevant endpoint.
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_MESSAGING_CLIENT_PLUGIN_MESSAGING_CLIENT_PRINT#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_MESSAGING_CLIENT_PLUGIN_MESSAGING_CLIENT_PRINT
plugin messaging-client print [endpoint:1]
Print the message info.
endpoint - INT8U - The relevant endpoint.