Hi,
readAgentList is a node object method, so if you were calling
AgentReadList($node, ...
(read agent parameter from node pointed by $node variable) you now should use
$node->readAgentList(...
to read list from agent on same node.
Best regards,
Victor
readAgentList is a node object method, so if you were calling
AgentReadList($node, ...
(read agent parameter from node pointed by $node variable) you now should use
$node->readAgentList(...
to read list from agent on same node.
Best regards,
Victor