Reflection
BlockTerminator Property


Gets or sets a block terminator character to be transmitted at the end of each block data transmission.
Syntax
'Declaration
 
Property BlockTerminator As Char
'Usage
 
Dim instance As ITerminal
Dim value As Char
 
instance.BlockTerminator = value
 
value = instance.BlockTerminator
char BlockTerminator {get; set;}

Property Value

The default value is Chr$(rcSUB). Only ANSI characters with values from 0 to 31 are valid for this property.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if the set parameter is outside the range of valid values.
See Also