Admin Production rocket
Current Publication

LogToSerialDevice Property

InfoConnect Desktop InfoConnect .NET API Guide V17.0
Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
LogToSerialDevice Property
In This Topic
Gets or sets a value indicating whether data logged by the terminal is sent to the currently configured serial device.
Syntax

                     
                     
'Declaration
 

                     
                     
Property LogToSerialDevice As Boolean

                  

                     
                     
'Usage
 

                     
                     
Dim instance As ITerminal
Dim value As Boolean
 
instance.LogToSerialDevice = value
 
value = instance.LogToSerialDevice

                  

                     
                     
bool LogToSerialDevice {get; set;}

                  

Property Value

The default value is false.
Remarks
Set this property to true if you use a host application that requires two-way communication with a serial device, such as a printer or bar code reader.
See Also