Macros

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_MODE
 plugin poll-control-client mode [mode:1]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_PRINT
 plugin poll-control-client print
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_RESPOND
 plugin poll-control-client respond [mode:1]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_POLL_CONTROL_CLIENT_PLUGIN_POLL_CONTROL_CLIENT_TIMEOUT
 plugin poll-control-client timeout [timeout:2]

Detailed Description

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.

Macro Definition Documentation

#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.
#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.
#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.
#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.