Chameleon and Iguana Plugin C# Class Libraries

LlpClient.HeaderBlock Property

The characters that precede a message in a stream.

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

Remarks

The default value for this property is 0x0B as defined by the 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