coTfsSDOResetAbortList (Level 2)
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DEFunction Syntax
long coTfsSDOResetAbortList( dword nodeID ); // form 1long coTfsSDOResetAbortList( void ); // form 2
Description
- Form 1: Removes all entries of the previously received SDO abort codes from the internal list. The following call of coTfsSdoGetAbortCode returns 0.
- Form 2: It is possible to omit the parameter
nodeID. In this case, the internal saved value set with coTfsSetNodeId() is used as node-ID.
Parameters
- nodeID: 0 for all nodes or specific ID for the messages of an individual node.