Asset Tracking System Notification Callback Interface.
This interface is implemented by any object that wants to receive notification messages.
#include <IATSNotifications.h>
Public Member Functions |
|
virtual ATSNotifyResult | ATSNotifyCallback (ATSNotifyParams *pATSNotifyParams, ATSNotifyClientPtr pClientPtr)=0 |
Asset Tracking System Notification Callback
method. |
virtual ATSNotifyResult ATSNotifyCallback | ( | ATSNotifyParams * | pATSNotifyParams, |
ATSNotifyClientPtr | pClientPtr | ||
) | [pure virtual] |
Asset Tracking System Notification Callback method.
[in,out] | pATSNotifyParams | pointer to ATSNotifyParams object that contains information about the notification message |
[in] | pClientPtr | pointer supplied by client when registered for notifications |