CHAILink SDK
Version 1.3
|
typedef void(* NH_OUTPUT_REFRESHCURRENTTEXTPARAMVALUE)(CPHOBJECT const hOutput, CPUINT32 const dwOutputUserData, CPENDPOINT const *const pSource, CPPARAMETERID const *const pParamID, CPCHAR8 const *const utf8ValueText, RefreshValueAttributes const attributes) |
Called to inform that a text parameter changed its value.
It is useful to reflect current remote parameter value on a front panel for instance.
[in] | hOutput | Handle to the notified output. |
[in] | dwOutputUserData | The user data associated to the output handle during its creation. |
[in] | pSource | Pointer to the destination endpoint that sent the notification. |
[in] | pParamID | Pointer to the text parameter ID |
[in] | strValueText | The string representation |
[in] | attributes | Combination of additional attributes. See RefreshValueAttributes enumeration in CLC_Enums.h |