Chameleon and Iguana Plugin C# Class Libraries

Engine.ParseMessage Method 

Parse flatwire messages into a table if stubcode is being used.

[Visual Basic]
Overridable Public Sub ParseMessage( _
   ByVal flatwire As String, _
   ByVal aTransport As Transport _
)
[C#]
public virtual void ParseMessage(
   string flatwire,
   Transport aTransport
);

Remarks

Must be overridden by descendant classes. Can also be overridden for logging purposes, or any other application where the user would need to access the flatwire format of the message before parsing it.

Because the Transport interface is no longer being used (see Transport for more information), a null object can be passed in for the Transport argument.

See Also

Engine Class | iNTERFACEWARE.Chameleon Namespace