TCIL_RequestValueCommand
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long TCIL_RequestValueCommand(dbNode client, dword ddi, dword elementNumber); // form 1long TCIL_RequestValueCommand(dword addressClient, dword ddi, dword elementNumber); // form 2long TCIL_RequestValueCommand(dbNode tc, dbNode client, dword ddi, dword elementNumber); // form 3long TCIL_RequestValueCommand(dbNode tc, dword addressClient, dword ddi, dword elementNumber); // form 4
Description
This function sends the Request Value command to the client.Parameters
- tc: Task Controller simulation node to apply the function.
- client: Task Controller client node the TC sends the Request Value command to.
- addressClient: Address of the Task Controller client node the TC sends the Request Value command to.
- ddi: Data dictionary identifier, 0x0000..0xFFFF.
- elementNumber: Element number, 0x000..0xFFF.
Return Values
- 0: Property has been set successfully
- < 0: An error has occurred: IL Error Code