CHAILink SDK
Version 1.3
|
typedef void(* NH_CONTROLLER_REFRESHCURRENTTEXTPARAMVALUE)(CPHOBJECT const hController, CPUINT32 const dwControllerUserData, CPCHAR8 const *const utf8ValueText, RefreshValueAttributes const attributes) |
This to inform the application that a text parameter changed of value. It is useful to reflect current remote parameter value on a front panel for instance.
[in] | hController | Handle of the controller |
[in] | dwControllerUserData | The user data associated to the controller handle during its creation. |
[in] | strValueText | The string representation |
[in] | attributes | Combination of additional attributes. See RefreshValueAttributes enumeration in CLC_Enums.h |