Chameleon and Iguana Plugin C# Class Libraries

LlpServer.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 streams and wrapping outgoing messages.

See Also

LlpServer Class | iNTERFACEWARE.Chameleon Namespace