16 const std::string& symbolName,
18 PAdsNotificationFuncExConst callback,
21 m_Notification(route.
GetHandle(ADSIGRP_SYM_VALBYHND, *m_Symbol, notificationAttributes,
26 const std::string& symbolName,
28 PAdsNotificationFuncExLegacy callback,
31 m_Notification(route.
GetHandle(ADSIGRP_SYM_VALBYHND, *m_Symbol, notificationAttributes,
39 PAdsNotificationFuncExConst callback,
42 m_Notification(route.
GetHandle(indexGroup, indexOffset, notificationAttributes,
50 PAdsNotificationFuncExLegacy callback,
53 m_Notification(route.
GetHandle(indexGroup, indexOffset, notificationAttributes,
59 AdsHandle m_Notification;
void(* PAdsNotificationFuncEx)(const AmsAddr *pAddr, const AdsNotificationHeader *pNotification, uint32_t hUser)
Type definition of the callback function required by the AdsSyncAddDeviceNotificationReqEx() function...
Definition: AdsDef.h:363
Definition: AdsDevice.h:55
AdsHandle GetHandle(uint32_t offset) const
Definition: AdsDevice.cpp:58
This structure contains all the attributes for the definition of a notification.
Definition: AdsDef.h:323
Definition: AdsNotificationOOI.h:14
The complete address of an ADS device can be stored in this structure.
Definition: AdsDef.h:237