#include <IGCsourceMessageRequestCompletedEventInputs.h>
Public Member Functions | |
IGCsourceMessageRequestCompletedEventInputs () | |
Constructor. | |
virtual | ~IGCsourceMessageRequestCompletedEventInputs () |
Destructor. | |
IGCsourceMessageRequestCompletedEventInputs & | operator= (const IGCsourceMessageRequestCompletedEventInputs &Orig) |
Assignment operator. | |
IGCsourceMessageRequestCompletedEventInputsHandle | GetHandle () const |
This method is part of the internal implementation of this class and should not be called. | |
const char * | PluginMessageId () const |
Id assigned by the plugin's IGCsource::OnMessageRequested event handler via the IGCsourceMessageRequestedEventOutputs::PluginMessageId property. | |
const char * | MessageLogId () const |
Id assigned by Iguana uniquely identifying the generated message within Iguana's logs. | |
IGCboolean | MessageProcessed () const |
Flag indicating whether or not message was processed by Iguana. |
|
Constructor.
|
|
Destructor.
|
|
This method is part of the internal implementation of this class and should not be called.
|
|
Id assigned by Iguana uniquely identifying the generated 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 |
|
Flag indicating whether or not message was processed by Iguana. If true, the message has been processed by Iguana and does not need to be resent. The plugin should respond to the next IGCsource::OnMessageRequested event with the next available message. If false, the message has not been processed by Iguana and needs to be resent. The plugin should respond to the next IGCsource::OnMessageRequested event with the same message. |
|
Assignment operator.
|
|
Id assigned by the plugin's IGCsource::OnMessageRequested event handler via the IGCsourceMessageRequestedEventOutputs::PluginMessageId property. This allows the plugin to associate each message request completed notification with the message sent to Iguana. The format of the PluginMessageId is to be determined by the plugin author. Iguana does not interpret this value, other than by adding it to logs, and sending it back to the plugin. |