Chameleon and Iguana Plugin C# Class Libraries

LlpServer.TrailerBlock Property

The characters that follow a message in a stream.

[Visual Basic]
Public Property TrailerBlock As String
[C#]
public string TrailerBlock {get; set;}

Remarks

The default value is the character 0x1C followed by 0x0D as defined by the LLP protocol.

This property is used both for parsing out the incoming data streams and wrapping outgoing messages.

See Also

LlpServer Class | iNTERFACEWARE.Chameleon Namespace