Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WyseBlockTerminator Property


In This Topic
WyseBlockTerminator Property
In This Topic
Gets or sets the end-of-transmission delimiter for block sends. This is typically set by the host application. This property is valid only during Wyse terminal emulation.
Syntax
'Declaration
 
Property WyseBlockTerminator As WyseBlockTerminatorOption
 
'Usage
 
Dim instance As IScreen
Dim value As WyseBlockTerminatorOption
 
instance.WyseBlockTerminator = value
 
value = instance.WyseBlockTerminator
See Also