Chameleon and Iguana Plugin C# Class Libraries

Wrapper.CheckForMessage Method 

Get the number of messages detected.

[Visual Basic]
Public Function CheckForMessage( _
   ByVal buffer As StringBuilder, _
   ByVal aTransport As Transport _
) As Integer
[C#]
public int CheckForMessage(
   StringBuilder buffer,
   Transport aTransport
);

Remarks

Each complete message is unwrapped and sent to the Engine for parsing. It returns the number of messages detected.

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.ParseMessage().

See Also

Wrapper Class | iNTERFACEWARE.Chameleon Namespace