nl:: Weave:: Profiles:: SoftwareUpdate:: IWeaveImageAnnounceServerDelegate
This is an abstract class.
#include <src/lib/profiles/software-update/WeaveImageAnnounceServer.h>
Interface for WeaveImageAnnounceServer delegate.
Summary
Delegates are notified when an image announcement is received. It is their responsbility to free the exchange context and initiate an Image Query request.
Public functions |
|
---|---|
OnImageAnnounce(ExchangeContext *ec)=0
|
virtual void
Delegate function called on Image Announce.
|
Public functions
OnImageAnnounce
virtual void OnImageAnnounce( ExchangeContext *ec )=0
Delegate function called on Image Announce.
Called by WeaveImageAnnounceServer when image announcement is received.
Details | |||
---|---|---|---|
Parameters |
|