Chameleon and Iguana Plugin C# Class Libraries

WrapperLlp.DetectMessage Method 

Search the string buffer for the LLP wrapper.

[Visual Basic]
Overrides Public Function DetectMessage( _
   ByVal stringBuffer As StringBuilder, _
   ByVal message As StringBuilder _
) As Boolean
[C#]
public override bool DetectMessage(
   StringBuilder stringBuffer,
   StringBuilder message
);

Remarks

When a complete message is detected, the LLP wrapper is removed and the message text is returned. The buffer is updated each time a complete message is extracted.

See Also

WrapperLlp Class | iNTERFACEWARE.Chameleon Namespace