CHAILink SDK
Version 1.3
|
typedef void(* NH_CONTROLLER_ONLEARNINGMODECHANGE)(CPHOBJECT const hController, CPUINT32 const dwControllerUserData, CPBOOLEAN const fIsLearning) |
Notify about learning mode status change for this controller.
[in] | hOutput | Handle to the notified output. |
[in] | dwOutputUserData | The user data associated to the output handle during its creation. |
[in] | hController | Handle of the controller |
[in] | dwControllerUserData | The user data associated to the controller handle during its creation. |
[in] | fIsLearning | TRUE if the controller is currently learning. |