Find and Bind Target#
API and Callbacks for the Find and Bind Target Component.
This component provides the functionality for a target device to start identifying on user-defined endpoints. The target device can then act as a target for a finding and binding initiator.
API#
emberAfPluginFindAndBindTargetStart(uint8_t endpoint)
Start target finding and binding operations.
Macros#
#define
EMBER_AF_PLUGIN_FIND_AND_BIND_TARGET_PLUGIN_NAME "Find and Bind Target"
API Documentation#
emberAfPluginFindAndBindTargetStart#
EmberAfStatus emberAfPluginFindAndBindTargetStart (uint8_t endpoint)
Start target finding and binding operations.
Parameters
N/A | endpoint | The endpoint on which to begin target operations. |
A call to this function will commence the target finding and binding operations. Specifically, the target will attempt to start identifying on the endpoint that is passed as a parameter.
Returns
An EmberAfStatus value describing the success of the commencement of the target operations.
Definition at line
61
of file app/framework/plugin/find-and-bind-target/find-and-bind-target.h