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


In This Topic
WyseAcceptNulls Property
In This Topic
Gets or sets a value indicating whether the terminal accepts nulls from the host(for Wyse terminal emulation only).
Syntax
'Declaration
 
Property WyseAcceptNulls As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.WyseAcceptNulls = value
 
value = instance.WyseAcceptNulls

Property Value

The default value is false.
Remarks
This property affects situations where an escape sequence is used to define a string, such as programming function keys or a message line.
See Also