Find and Bind Initiator#

Callbacks for Find and Bind Initiator Component.

Callbacks#

bool
emberAfPluginFindAndBindInitiatorBindTargetCallback(EmberNodeId nodeId, EmberBindingTableEntry *bindingEntry, uint8_t *groupName)

Bind Target.

void

Find and Bind Complete.

Callbacks Documentation#

emberAfPluginFindAndBindInitiatorBindTargetCallback#

bool emberAfPluginFindAndBindInitiatorBindTargetCallback (EmberNodeId nodeId, EmberBindingTableEntry *bindingEntry, uint8_t *groupName)

Bind Target.

Parameters
N/AnodeId

short ID of the potential target Ver.: always

N/AbindingEntry

The binding entry for that target. Ver.: always

N/AgroupName

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.


Definition at line 96 of file app/framework/plugin/find-and-bind-initiator/find-and-bind-initiator.h

emberAfPluginFindAndBindInitiatorCompleteCallback#

void emberAfPluginFindAndBindInitiatorCompleteCallback (EmberStatus status)

Find and Bind Complete.

Parameters
N/Astatus

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.


Definition at line 108 of file app/framework/plugin/find-and-bind-initiator/find-and-bind-initiator.h