Informational#

The Informational command set provides commands for displaying information about the device. These commands include things like printing out the attribute tablerr

Macros#

#define
#define
#define

debugprint off [area:1]

#define

debugprint on [area:1]

#define
#define
#define
#define
#define

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_OFF#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_OFF

debugprint all_off

  • Turns off all debug printing


Definition at line 324 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_ON#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_ON

debugprint all_on

  • Turns on all compiled in debug printing


Definition at line 329 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_OFF#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_OFF

debugprint off [area:1]

  • Turns off compiled in debug printing for a specific debug printing area. Debug print areas are defined in the generated <application>.h header file.

    • area - INT8U - The debug area mask listed in the <application>.h file


Definition at line 335 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ON#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ON

debugprint on [area:1]

  • Turns on compiled in debug printing for a specific debug printing area. Debug print areas are defined in the generated <application>.h header file.

    • area - INT8U - The debug area mask listed in the <application>.h file


Definition at line 341 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_STATUS#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_STATUS

debugprint status

  • Prints out the current settings for debug printing on the device


Definition at line 346 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_HELP#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_HELP

help

  • Prints out the cli command options for the device


Definition at line 351 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_INFO#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_INFO

info

  • Gives information about the local node


Definition at line 356 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_LIBS#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_LIBS

libs

  • Lists which optional libraries of the stack are implemented on this device


Definition at line 361 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_BINDING_TABLE_PRINT#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_BINDING_TABLE_PRINT

option binding-table print

  • Prints out the binding table to the command line.


Definition at line 366 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_DISABLE#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_DISABLE

option print-rx-msgs disable

  • Disable the printing of received messages.


Definition at line 371 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_ENABLE#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_ENABLE

option print-rx-msgs enable

  • Enable the printing of received messages.


Definition at line 376 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ATTR#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ATTR

print attr

  • Print the attribute table.


Definition at line 381 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ENTROPY_SOURCE#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ENTROPY_SOURCE

print entropy source

  • Print the the entropy source that is used for true random number generation.


Definition at line 386 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_TIME#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_TIME

print time

  • Print out the time information


Definition at line 391 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_VERSION#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_VERSION

version

  • Shows the version of the software


Definition at line 396 of file ./app/framework/test/headers/cli.doc