Plugin Commands: MPSI#
This plugin provides a set of CLI commands to interact with the MPSI plugin.
Macros#
plugin mpsi receive-message [destinationAppId:1] [messageId:2] [payloadLength:1] [payload:-1]
plugin mpsi send-message [destinationAppId:1] [messageId:2] [payloadLength:1] [payload:-1]
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_MPSI_PLUGIN_MPSI_RECEIVE_MESSAGE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_MPSI_PLUGIN_MPSI_RECEIVE_MESSAGE
plugin mpsi receive-message [destinationAppId:1] [messageId:2] [payloadLength:1] [payload:-1]
Simulate receiving an MPSI message.
destinationAppId - INT8U - The application ID of the message
messageId - INT16U - The message ID of the message
payloadLength - INT8U - The payload length of the message
payload - OCTET_STRING - The payload of the message. This represents a serialized specific MPSI message.
3778
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_MPSI_PLUGIN_MPSI_SEND_MESSAGE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_MPSI_PLUGIN_MPSI_SEND_MESSAGE
plugin mpsi send-message [destinationAppId:1] [messageId:2] [payloadLength:1] [payload:-1]
Simulate sending an MPSI message.
destinationAppId - INT8U - The application ID of the message
messageId - INT16U - The message ID of the message
payloadLength - INT8U - The payload length of the message
payload - OCTET_STRING - The payload of the message. This represents a serialized specific MPSI message.
3787
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc