Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / BlockTerminator Property


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

Property Value

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