Notify the connected Outputs & Controllers about a Text parameter change. This causes an immediate sending of the feedback to the remote watchers.
- Parameters
-
[in] | hParameter | Parameter handle. Must be a text. |
[in] | wIndex | the related parameter index, or 0 if the parameter is not indexed. |
[in] | utf8ValueText | Value string representation |
[in] | attributes | Additional attributes |
- Returns
- Standard CHAILink Client return code. See CLC_ErrorCode enumeration.
- Warning
- This function can only be called in CopperLan context. This means in the pseudo task CPDoProcess(), in notification handlers or in asynchronous return handlers and not in SystemDoProcess() for instance.