CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_CHAI_DEVICEIDENTITYCHANGED)(CPDEVICEID const *const pOldDeviceID, CPDEVICEID const *const pNewDeviceID)

Inform the application that a device identity changed.

Parameters
[in]oldDeviceIDPointer to the former Device ID
[in]newDeviceIDPointer to the new Device ID
Remarks
This call is performed only for root devices (having null ModuleID)
This notification is activated by using CHAI_RegisterNotificationHandler.