CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_CONTROLLER_ONLEARNINGMODECHANGE)(CPHOBJECT const hController, CPUINT32 const dwControllerUserData, CPBOOLEAN const fIsLearning)

Notify about learning mode status change for this controller.

Parameters
[in]hOutputHandle to the notified output.
[in]dwOutputUserDataThe user data associated to the output handle during its creation.
[in]hControllerHandle of the controller
[in]dwControllerUserDataThe user data associated to the controller handle during its creation.
[in]fIsLearningTRUE if the controller is currently learning.
Remarks
This notification is activated by using Controller_RegisterNotificationHandler.