IATSNotifyCallback Class Reference
 
 
 
IATSNotifyCallback Class Reference

#include <IATSNotifications.h>

Inheritance diagram for IATSNotifyCallback:
MaxHeapOperators

Class Description

Asset Tracking System Notification Callback Interface.

This interface is implemented by any object that wants to receive notification messages.

Public Member Functions

virtual ATSNotifyResult  ATSNotifyCallback (ATSNotifyParams *pATSNotifyParams, ATSNotifyClientPtr pClientPtr)=0
  Asset Tracking System Notification Callback method.

Member Function Documentation

virtual ATSNotifyResult ATSNotifyCallback ( ATSNotifyParams pATSNotifyParams,
ATSNotifyClientPtr  pClientPtr 
) [pure virtual]

Asset Tracking System Notification Callback method.

See also:
ATSNotifyParams
Parameters:
[in,out] pATSNotifyParams pointer to ATSNotifyParams object that contains information about the notification message
[in] pClientPtr pointer supplied by client when registered for notifications
Returns:
three values: kATSNotifyResultOk, kATSNotifyResultCancel, or kkATSNotifyResultStop. kATSNotifyResultOk will continue the notification through the system kATSNotifyResultStop will prevent the notification message from continuing kATSNotifyResultCancel is similar to kATSNotifyResultStop, but all previous objects that have ready received the notification will be sent a cancel notification.