Class Hierarchy   Class Index   Method Index  

IGCdestinationMessageReceivedEventInputs Class Reference

#include <IGCdestinationMessageReceivedEventInputs.h>


Detailed Description

This class is used to pass data from Iguana to IGCdestination::OnMessageReceived and IGCdestination::OnResubmissionPreviewMessageReceived event handlers.


Public Member Functions

 IGCdestinationMessageReceivedEventInputs ()
 Constructor.
virtual ~IGCdestinationMessageReceivedEventInputs ()
 Destructor.
IGCdestinationMessageReceivedEventInputsoperator= (const IGCdestinationMessageReceivedEventInputs &Orig)
 Assignment operator.
IGCdestinationMessageReceivedEventInputsHandle GetHandle () const
 This method is part of the internal implementation of this class and should not be called.
const char * Message () const
 Message received from Iguana.
const char * MessageLogId () const
 Id assigned by Iguana uniquely identifying the received message within Iguana's logs.


Constructor & Destructor Documentation

IGCdestinationMessageReceivedEventInputs::IGCdestinationMessageReceivedEventInputs  ) 
 

Constructor.

virtual IGCdestinationMessageReceivedEventInputs::~IGCdestinationMessageReceivedEventInputs  )  [virtual]
 

Destructor.


Member Function Documentation

IGCdestinationMessageReceivedEventInputsHandle IGCdestinationMessageReceivedEventInputs::GetHandle  )  const [inline]
 

This method is part of the internal implementation of this class and should not be called.

const char* IGCdestinationMessageReceivedEventInputs::Message  )  const
 

Message received from Iguana.

const char* IGCdestinationMessageReceivedEventInputs::MessageLogId  )  const
 

Id assigned by Iguana uniquely identifying the received message within Iguana's logs.

The Message Log Id may be used to query Iguana for additional message-related information.

See

http://www.interfaceware.com/manual/iguana4_using_message_id.html

Note that Message Log Ids are not supplied to IGCdestination::OnResubmissionPreviewMessageReceived events, since Iguana does not assign Message Log Ids to resubmission preview messages.

IGCdestinationMessageReceivedEventInputs& IGCdestinationMessageReceivedEventInputs::operator= const IGCdestinationMessageReceivedEventInputs Orig  ) 
 

Assignment operator.


The documentation for this class was generated from the following file: