CHAILink SDK
Version 1.3
|
typedef void(* NH_LOCALDEVICE_NOTIFICATION)(CPHOBJECT const hLocalDevice, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, LocalDeviceNotificationTypes const notification) |
This notification informs the application about some update related to a local device.
[in] | hLocalDevice | Handle to the notified local device. |
[in] | deviceType | Type of the notified local device. See ObjectTypes |
[in] | dwDeviceUserData | The user data associated to the device handle during its creation. |
[in] | notification | Notification type. See LocalDeviceNotificationTypes enumeration in CLC_Enums.h. |