#include <IGCdestinationMessageReceivedEventInputs.h>
Public Member Functions | |
| IGCdestinationMessageReceivedEventInputs () | |
| Constructor. | |
| virtual | ~IGCdestinationMessageReceivedEventInputs () |
| Destructor. | |
| IGCdestinationMessageReceivedEventInputs & | operator= (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.
|
|
|
This method is part of the internal implementation of this class and should not be called.
|
|
|
Message received from Iguana.
|
|
|
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. |
|
|
Assignment operator.
|