Find and Bind Initiator#
Callbacks for Find and Bind Initiator Component.
Callbacks#
Bind Target.
Find and Bind Complete.
Callbacks Documentation#
emberAfPluginFindAndBindInitiatorBindTargetCallback#
bool emberAfPluginFindAndBindInitiatorBindTargetCallback (EmberNodeId nodeId, EmberBindingTableEntry * bindingEntry, uint8_t * groupName)
Bind Target.
N/A | nodeId | short ID of the potential target Ver.: always |
N/A | bindingEntry | The binding entry for that target. Ver.: always |
N/A | groupName | The name of the group if a multicast binding is created. Ver.: always |
This callback with enable the user to programmatically decide if they want to bind with a potential target. The plugin will try to bind with this target if and only if the function returns true. By default, the callback tells the plugin to try to bind with the target. If the binding type is changed to ::EMBER_MULTICAST_BINDING, a multicast binding will be created.
96
of file app/framework/plugin/find-and-bind-initiator/find-and-bind-initiator.h
emberAfPluginFindAndBindInitiatorCompleteCallback#
void emberAfPluginFindAndBindInitiatorCompleteCallback (EmberStatus status)
Find and Bind Complete.
N/A | status | Status code describing the completion of the find and bind process Ver.: always |
This callback is fired by the initiator when the Find and Bind process is complete.
108
of file app/framework/plugin/find-and-bind-initiator/find-and-bind-initiator.h