CHAILink SDK
Version 1.3
|
typedef void(* NH_OUTPUT_DESTINATIONCHANGE)(CPHOBJECT const hOutput, CPUINT32 const dwOutputUserData, CPENDPOINT const *const pDestination, ODCOperations const operation) |
Called on destination change.
This can be used to know when a destination is added, removed, disabled (not reachable), enabled (reachable again), or removed since disabled for 1 minute.
[in] | hOutput | Handle to the notified output. |
[in] | dwOutputUserData | The user data associated to the output handle during its creation. |
[in] | pDestination | Pointer to the related destination |
[in] | operation | Operation on the destination. see ODCOperations enumeration in CLC_Enums.h |