CHAILink SDK
Version 1.3
|
typedef void(* NH_INPUT_CLOCKCOMMAND)(CPHOBJECT const hInput, CPUINT32 const dwInputUserData, CPENDPOINT const *pSource, ClockCommands const command) |
Called if the input receives a clock command.
[in] | hInput | Handle to the notified input. |
[in] | dwInputUserData | The user data associated to the input handle during its creation. |
[in] | pSource | Pointer to the clock generator source. |
[in] | command | Command o be executed. See ClockCommands enumeration in CLC_Enums.h |