Attachmate Reflection 2014 .NET API Reference
EnhancedSerialDataCom Property


Specifies the Reflection enhanced communications driver (when set to true).
Syntax
'Declaration
 
Property EnhancedSerialDataCom As Boolean
'Usage
 
Dim instance As IConnectionSettingsComSerialPort
Dim value As Boolean
 
instance.EnhancedSerialDataCom = value
 
value = instance.EnhancedSerialDataCom
bool EnhancedSerialDataCom {get; set;}

Property Value

This value cannot be changed if the connection is open.
Remarks
Set this value to false (the default) if you have a third-party driver that must use the standard Windows data communications driver (Comm.drv).
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IConnectionSettingsComSerialPort Interface
IConnectionSettingsComSerialPort Members

Send Feedback