TrailerBlock property
The characters that follow a message in a stream.
Applies to
CHMllpServer
Declaration
Public Property Let TrailerBlock(ByVal Value As String)
Public Property Get TrailerBlock() As String
Description
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.