Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsComSerialPort Interface / CharDelay Property


In This Topic
CharDelay Property (IConnectionSettingsComSerialPort)
In This Topic
Gets or sets the time delay (in milliseconds) between characters.
Syntax
'Declaration
 
Property CharDelay As Integer
 
'Usage
 
Dim instance As IConnectionSettingsComSerialPort
Dim value As Integer
 
instance.CharDelay = value
 
value = instance.CharDelay

Property Value

This value can be changed during an open connection.
See Also