Macros

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_OFF
debugprint all_off
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ALL_ON
debugprint all_on
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_OFF
debugprint off [area:1]
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_ON
debugprint on [area:1]
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_DEBUGPRINT_STATUS
debugprint status
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_HELP
help
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_INFO
info
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_LIBS
libs
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_BINDING_TABLE_PRINT
option binding-table print
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_DISABLE
option print-rx-msgs disable
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_OPTION_PRINT_RX_MSGS_ENABLE
option print-rx-msgs enable
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ATTR
print attr
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ENTROPY_SOURCE
print entropy source
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_TIME
print time
#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_VERSION
version

Detailed Description

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

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

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

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

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

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

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

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_INFO

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_INFO

info

  • Gives information about the local node

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

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.

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.

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.

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ATTR

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_ATTR

print attr

  • Print the attribute table.

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.

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_TIME

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_PRINT_TIME

print time

  • Print out the time information

EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_VERSION

#define EMBER_AF_DOXYGEN_CLI_COMMAND_INFO_VERSION

version

  • Shows the version of the software