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

Parameters
[in]hControllerHandle of the controller
[in]dwControllerUserDataThe user data associated to the controller handle during its creation.
[in]utf8ParameterPathstring describing the target parameter path (i.e. "RootDeviceName/SubDeviceName/InputName/ParamName").