treeCallback abstract method

bool treeCallback(
  1. int proxyId
)

Callback from a query request. Return true if the query should be continued.

Implementation

bool treeCallback(int proxyId);