Plugin Commands: Poll Control Client#
The poll-control-client plugin contributes CLI commands to the application framework to be used for setting poll control parameters in a local, client context.
Macros#
#define
plugin poll-control-client mode [mode:1]
#define
plugin poll-control-client print
#define
plugin poll-control-client respond [mode:1]
#define
plugin poll-control-client timeout [timeout:2]
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_MODE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_MODE
plugin poll-control-client mode [mode:1]
Set the fast polling mode.
mode - BOOLEAN - The fast polling mode.
Definition at line
4834
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_PRINT#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_PRINT
plugin poll-control-client print
Print the fast polling mode and timeout.
Definition at line
4839
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_RESPOND#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_RESPOND
plugin poll-control-client respond [mode:1]
Set the response mode.
mode - BOOLEAN - The response mode.
Definition at line
4845
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_TIMEOUT#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_TIMEOUT
plugin poll-control-client timeout [timeout:2]
Set the fast polling timeout.
timeout - INT16U - The fast polling timeout.
Definition at line
4851
of file ./app/framework/test/headers/cli.doc