CHAILink SDK
Version 1.3
|
typedef void(* NH_CONTROLLER_ONPARAMETERPATHREPLY)(CPHOBJECT const hController, CPUINT32 const dwControllerUserData, CPCHAR8 const *const utf8ParameterPath) |
Notify about the currently assigned parameter path. This is called in response of CPNS::IController::QueryParameterPath.
[in] | hController | Handle of the controller |
[in] | dwControllerUserData | The user data associated to the controller handle during its creation. |
[in] | utf8ParameterPath | string describing the target parameter path (i.e. "RootDeviceName/SubDeviceName/InputName/ParamName"). |