CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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.

Parameters
[in]hControllerHandle of the controller
[in]dwControllerUserDataThe user data associated to the controller handle during its creation.
[in]strValueTextThe string representation
[in]attributesCombination of additional attributes. See RefreshValueAttributes enumeration in CLC_Enums.h
Remarks
This notification is activated by using Controller_RegisterNotificationHandler.