Chameleon and Iguana Plugin C# Class Libraries

LlpClient.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 stream and wrapping outgoing messages.

See Also

LlpClient Class | iNTERFACEWARE.Chameleon Namespace