TCIL_GetElementNumbers
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long TCIL_GetElementNumbers(dbNode client, long ddi, word[] elementNumbers, long length); // form 1long TCIL_GetElementNumbers(long clientAddress, long ddi, word[] elementNumbers, long length); // form 2long TCIL_GetElementNumbers(dbNode tc, dbNode client, long ddi, word[] elementNumbers, long length); // form 3long TCIL_GetElementNumbers(dbNode tc, long clientAddress, long ddi, word[] elementNumbers, long length); // form 4
Description
Seeks the device description of a client for the given DDI.Parameters
- client: Node of the client.
- ddi: DDI to seek.
- elementNumbers: Out parameter with found element numbers corresponding to the given DDI.
- length: Length of the given array.
- clientAddress: Address of the client.
- tc: Simulation Node to apply the function.
Return Values
- ≥ 0: Number of found element numbers.
- < 0: An error has occurred: IL Error Code