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


In This Topic
BreakLength Property
In This Topic
Gets or sets the length (in milliseconds) of the break signal. Use the Break method to transmit a Break signal to the host.
Syntax
'Declaration
 
Property BreakLength As Integer
 
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
instance.BreakLength = value
 
value = instance.BreakLength
See Also