Find and Bind Initiator#
API and Callbacks for the Find and Bind Initiator Component.
This component provides the functionality to find devices that are performing the find and bind process for a target and then optionally attempts to create a binding to those devices.
Modules#
API#
EmberStatus
emberAfPluginFindAndBindInitiatorStart(uint8_t endpoint)
Start initiator finding and binding operations.
Macros#
#define
EMBER_AF_PLUGIN_FIND_AND_BIND_INITIATOR_PLUGIN_NAME "Find and Bind Initiator"
API Documentation#
emberAfPluginFindAndBindInitiatorStart#
EmberStatus emberAfPluginFindAndBindInitiatorStart (uint8_t endpoint)
Start initiator finding and binding operations.
Parameters
N/A | endpoint | The endpoint on which to begin initiator operations. |
A call to this function will commence the initiator finding and binding operations. Specifically, the initiator will attempt to start searching for potential bindings that can be made with identifying targets.
Returns
An ::EmberStatus value describing the success of the commencement of the initiator operations.
Definition at line
62
of file app/framework/plugin/find-and-bind-initiator/find-and-bind-initiator.h