Plugin Commands: Address Table#

This plugin provides a set of APIs and CLI commands for managing the address table

Macros#

#define
#define
#define
#define

plugin address-table set [index:1] [eui64:8] [nodeId:2]

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_ADDRESS_TABLE_PLUGIN_ADDRESS_TABLE_ADD#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_ADDRESS_TABLE_PLUGIN_ADDRESS_TABLE_ADD

plugin address-table add [entry:8]

  • Add an entry to the address table.

    • entry - IEEE_ADDRESS - Entry to be added.


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

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_ADDRESS_TABLE_PLUGIN_ADDRESS_TABLE_LOOKUP#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_ADDRESS_TABLE_PLUGIN_ADDRESS_TABLE_LOOKUP

plugin address-table lookup [entry:8]

  • Lookup an entry in the address table.

    • entry - IEEE_ADDRESS - Entry to be looked up.


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

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_ADDRESS_TABLE_PLUGIN_ADDRESS_TABLE_PRINT#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_ADDRESS_TABLE_PLUGIN_ADDRESS_TABLE_PRINT

plugin address-table print

  • Prints the address table.


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

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_ADDRESS_TABLE_PLUGIN_ADDRESS_TABLE_REMOVE#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_ADDRESS_TABLE_PLUGIN_ADDRESS_TABLE_REMOVE

plugin address-table remove [entry:8]

  • Remove an entry from the address table.

    • entry - IEEE_ADDRESS - Entry to be removed.


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

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_ADDRESS_TABLE_PLUGIN_ADDRESS_TABLE_SET#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_ADDRESS_TABLE_PLUGIN_ADDRESS_TABLE_SET

plugin address-table set [index:1] [eui64:8] [nodeId:2]

  • Set an entry in the address table according to the arguments specified

    • index - INT8U

    • eui64 - IEEE_ADDRESS

    • nodeId - INT16U


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