startTask

startTask

Method of Antilatency.Alt.Tracking.ITrackingDataCotaskConstructor
Starts the tracking task on the node and returns the associated tracking data cotask.

Parameters

DeviceNetwork.INetwork network
The network the node belongs to.
DeviceNetwork.NodeHandle node
The ADN node to start the tracking task on.
ITrackingDataCallback callback
The callback object to receive tracking data.

Return value

ITrackingDataCotask
A newly created, ready to use tracking data cotask instance associated with the tracking task which has just been started on the node. If the task cannot start for some reason, an exception is thrown.