Gets or sets a block terminator character to be transmitted at the end of each block data transmission.
char BlockTerminator {get; set;}
'Declaration
Property BlockTerminator As Char
'Usage
Dim instance As ITerminal
Dim value As Char
instance.BlockTerminator = value
value = instance.BlockTerminator
Property Value
The default value is Chr$(rcSUB). Only ANSI characters with values from 0 to 31 are valid for this property.