InfoConnect for Unisys VBA Guide
GetSerialConnectionStatistics Function
Specifies which statistics to return.
Returns a statistic for a serial connection.
Syntax
object.GetSerialConnectionStatistics( _
   ByVal option As ConnectionStatisticOption _
) As Long

Parameters

option
Specifies which statistics to return.

Return Value

The requested statistic if the ConnectionType is a serial connection, or -1 if it is not.
Remarks
If the connection is not a serial connection, or if there is not connection, GetSerialStatistics returns -1. Statistics are maintained from the time a connection is established, from when the terminal session is reset (with the ResetTerminal method), or from when the Reset button is clicked in the Serial Connection Statistics dialog box.
See Also

 

 


2015 Attachmate

Send Feedback