WSF
WsfXIO_PlatformListRequest Class Referenceabstract

#include <WsfXIO_PlatformListRequest.hpp>

Inheritance diagram for WsfXIO_PlatformListRequest:
Collaboration diagram for WsfXIO_PlatformListRequest:

Public Member Functions

 WsfXIO_PlatformListRequest (WsfXIO_Connection *aConnectionPtr)
void Initialized () override
virtual void HandlePlatformList (WsfXIO_PlatformListUpdatePkt &aPkt)=0
Public Member Functions inherited from WsfXIO_Request
 WsfXIO_Request (WsfXIO_Connection *aConnectionPtr, bool aIsReliable=true)
virtual void HandleResponse (WsfXIO_ResponsePkt &aPkt)
void SendRequest (WsfXIO_RequestDataPkt &aPkt)
 Sends the request to the remote application.
WsfXIO_ConnectionGetConnection () const
 Returns the connection to the application from which data is requested.
bool IsReliable () const
 Returns 'true' if data for this request is to be sent reliably.
int GetRequestId () const
 Returns the request's locally unique ID.
void SetRequestManager (WsfXIO_RequestManager *aRequestManagerPtr)
 Sets the owner of this request.
void SendResponse (WsfXIO_ResponsePkt &aPkt)

Additional Inherited Members

Protected Member Functions inherited from WsfXIO_Request
virtual ~WsfXIO_Request ()
void SetRequestId (unsigned int aRequestId)
void SetRemotelyDestroyed ()
bool IsRemotelyDestroyed () const
void SetIsReliable (bool aIsReliable)

Detailed Description

Requests for an application to send the local platform list information Must be subclassed to implement the handling of platform list updates.

Constructor & Destructor Documentation

◆ WsfXIO_PlatformListRequest()

WsfXIO_PlatformListRequest::WsfXIO_PlatformListRequest ( WsfXIO_Connection * aConnectionPtr)

Member Function Documentation

◆ HandlePlatformList()

virtual void WsfXIO_PlatformListRequest::HandlePlatformList ( WsfXIO_PlatformListUpdatePkt & aPkt)
pure virtual

◆ Initialized()

void WsfXIO_PlatformListRequest::Initialized ( )
overridevirtual

The documentation for this class was generated from the following files:
Copyrights Multiple, All Rights Reserved