FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
typedef kStatus(kCall* kNodeFilterFx)(kPointer receiver, kObject sender, k32u nodeId)

Callback signature used with the kSystem_SetNodeFilter function.

If the callback does not return kOK, the node will be ignored during discovery.

Parameters
receiverContext pointer for callback.
senderkSystem object that discovered the node.
nodeIdNode id.
Returns
kOK to accept the node; otherwise the node will be ignored.