A.6.8. CADISimulation::GetTarget()
This method returns an interface handle for the target with
a given target ID. If no CADI exists with id targetID
,
0 is returned.
virtual CAInterface *GetTarget(uint32_t targetID) =0;
where:
targetID
is the id of the target to return.