FSIL_SetNodeProperty
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long FSIL_SetNodeProperty( char propertyName[], long propertyValue); // form 1long FSIL_SetNodeProperty( dbNode fs, char propertyName[], long propertyValue); // form 2long FSIL_SetNodeProperty( char propertyName[],char propertyValue[]); // form 3long FSIL_SetNodeProperty( dbNode fs, char propertyName[], char propertyValue[]); // form 4
Description
Changes an internal property of the File Server node.Parameters
- fs: File Server simulation node to apply the function.
- propertyName: Name of the property (see Functional Properties of FS IL and Network Properties of FS IL).
- propertyValue: New value for the property.
Return Values
- 0: Property has been set successfully
- < 0: An error has occurred: IL Error Code