InfoConnect for Airlines
SerialDevicePort Property


Gets or sets the serial port on the PC that is used as the terminal serial device port.
Syntax
'Declaration
 
Property SerialDevicePort As String
'Usage
 
Dim instance As ITerminal
Dim value As String
 
instance.SerialDevicePort = value
 
value = instance.SerialDevicePort
string SerialDevicePort {get; set;}

Property Value

The default value is "NONE". Possible values are "COM1," "COM2," and so forth. These values are not case sensitive.
Remarks
The value of this property is only relevant when the LogToSerialDevice property is true.
See Also